aboutsummaryrefslogtreecommitdiff
path: root/files/ko/web/javascript/reference/functions/rest_parameters
diff options
context:
space:
mode:
Diffstat (limited to 'files/ko/web/javascript/reference/functions/rest_parameters')
-rw-r--r--files/ko/web/javascript/reference/functions/rest_parameters/index.html4
1 files changed, 0 insertions, 4 deletions
diff --git a/files/ko/web/javascript/reference/functions/rest_parameters/index.html b/files/ko/web/javascript/reference/functions/rest_parameters/index.html
index eee5528b38..41302dda3f 100644
--- a/files/ko/web/javascript/reference/functions/rest_parameters/index.html
+++ b/files/ko/web/javascript/reference/functions/rest_parameters/index.html
@@ -204,10 +204,6 @@ console.log(sortArguments(5, 3, 7, 1)); // 1, 3, 5, 7
<p> </p>
-<div class="hidden">
-<p>The compatibility table on this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</p>
-</div>
-
<p>{{Compat("javascript.functions.rest_parameters")}}</p>
<h2 id="함께_보기">함께 보기</h2>