diff options
Diffstat (limited to 'files/ko/web/javascript/reference/functions')
4 files changed, 0 insertions, 13 deletions
diff --git a/files/ko/web/javascript/reference/functions/arrow_functions/index.html b/files/ko/web/javascript/reference/functions/arrow_functions/index.html index 14c11cc7e8..13c99b28ba 100644 --- a/files/ko/web/javascript/reference/functions/arrow_functions/index.html +++ b/files/ko/web/javascript/reference/functions/arrow_functions/index.html @@ -453,10 +453,6 @@ setTimeout( () => { <h2 id="브라우저_호환성">브라우저 호환성</h2> -<div class="hidden"> -<p><span style="">The compatibility table on this page is generated from structured data. If you'd like to contribute to the data, please check out </span><a href="https://github.com/mdn/browser-compat-data" style="">https://github.com/mdn/browser-compat-data</a><span style=""> and send us a pull request.</span></p> -</div> - <p>{{Compat("javascript.functions.arrow_functions")}}</p> <h2 id="참조">참조</h2> diff --git a/files/ko/web/javascript/reference/functions/default_parameters/index.html b/files/ko/web/javascript/reference/functions/default_parameters/index.html index 6b7582d654..cf5d6d03eb 100644 --- a/files/ko/web/javascript/reference/functions/default_parameters/index.html +++ b/files/ko/web/javascript/reference/functions/default_parameters/index.html @@ -226,9 +226,6 @@ f() // 6</pre> <h2 id="브라우저_호환성">브라우저 호환성</h2> -<div class="hidden"> -<p>이 페이지의 호환성 표는 구조화된 데이타로 부터 생성됩니다. 해당 데이타 업데이트에 기여하고 싶다면 이 깃허브 <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> 를 체크아웃 해서 풀 리퀘스트를 보내주세요.</p> -</div> <p>{{Compat("javascript.functions.default_parameters")}}</p> diff --git a/files/ko/web/javascript/reference/functions/get/index.html b/files/ko/web/javascript/reference/functions/get/index.html index fb64206dff..7307865f55 100644 --- a/files/ko/web/javascript/reference/functions/get/index.html +++ b/files/ko/web/javascript/reference/functions/get/index.html @@ -161,8 +161,6 @@ console.log(Object.getOwnPropertyDescriptor(Object.getPrototypeOf(obj), 'hello') <h2 id="브라우저_호환성">브라우저 호환성</h2> -<p class="hidden">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> - <p>{{Compat("javascript.functions.get")}}</p> <p> </p> 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> |