diff options
Diffstat (limited to 'files/ko/web/javascript/reference/statements')
4 files changed, 0 insertions, 10 deletions
diff --git a/files/ko/web/javascript/reference/statements/async_function/index.html b/files/ko/web/javascript/reference/statements/async_function/index.html index 5a986c8af4..ca85f0deef 100644 --- a/files/ko/web/javascript/reference/statements/async_function/index.html +++ b/files/ko/web/javascript/reference/statements/async_function/index.html @@ -227,10 +227,6 @@ setTimeout(parallel, 10000); // trully parallel: after 1 second, logs "fast", th <h2 id="Browser_compatibility">Browser compatibility</h2> -<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.statements.async_function")}}</p> <h2 id="함께_보기">함께 보기</h2> diff --git a/files/ko/web/javascript/reference/statements/do...while/index.html b/files/ko/web/javascript/reference/statements/do...while/index.html index f6d2e00c57..7326fb3fee 100644 --- a/files/ko/web/javascript/reference/statements/do...while/index.html +++ b/files/ko/web/javascript/reference/statements/do...while/index.html @@ -66,8 +66,6 @@ console.log(result);</pre> <h2 id="브라우저_호환성">브라우저 호환성</h2> -<div class="hidden">이 페이지의 브라우저 호환성 표는 구조화된 데이터에서 생성되었습니다. 만약 이 문서에 기여하고 싶으시다면, <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> 문서를 확인하고 수정한 뒤 pull request 를 보내주십시오.</div> - <p>{{Compat("javascript.statements.do_while")}}</p> <h2 id="같이_보기">같이 보기</h2> diff --git a/files/ko/web/javascript/reference/statements/for...in/index.html b/files/ko/web/javascript/reference/statements/for...in/index.html index 983e50c91f..d51a3c79dc 100644 --- a/files/ko/web/javascript/reference/statements/for...in/index.html +++ b/files/ko/web/javascript/reference/statements/for...in/index.html @@ -142,8 +142,6 @@ alert(show_own_props(o, "o")); /* alerts: o.color = red */ <h2 id="브라우저_호환성">브라우저 호환성</h2> -<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> - <p>{{Compat("javascript.statements.for_in")}}</p> <h2 id="Compatibility_Initializer_expressions_in_strict_mode">Compatibility: Initializer expressions in strict mode</h2> diff --git a/files/ko/web/javascript/reference/statements/try...catch/index.html b/files/ko/web/javascript/reference/statements/try...catch/index.html index c7cdf05b1f..a96c81e1a5 100644 --- a/files/ko/web/javascript/reference/statements/try...catch/index.html +++ b/files/ko/web/javascript/reference/statements/try...catch/index.html @@ -261,8 +261,6 @@ catch (ex) { <h2 id="Browser_compatibility">Browser compatibility</h2> -<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> - <p>{{Compat("javascript.statements.try_catch")}}</p> <h2 id="See_also">See also</h2> |