diff options
author | hochan Lee <hochan049@gmail.com> | 2021-06-23 22:46:42 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-23 22:46:42 +0900 |
commit | a8374c38ecd0e96b9c310da2e3808d9669524581 (patch) | |
tree | c6b93d3534ae43fd7af14827d9c8e5ea80bd4064 /files/ko/web/javascript/reference | |
parent | 714754e6a789d85177cdccab2e8bcda0fd611cd2 (diff) | |
download | translated-content-a8374c38ecd0e96b9c310da2e3808d9669524581.tar.gz translated-content-a8374c38ecd0e96b9c310da2e3808d9669524581.tar.bz2 translated-content-a8374c38ecd0e96b9c310da2e3808d9669524581.zip |
[ko] fix: All hidden about Browser Compatibility can be deleted (#1176)
* fix: All hidden about Browser Compatibility can be deleted
* fix: remove compatibility hidden, 1~10번 삭제
* fix: remove compatibility hidden, 20~21번 삭제
* fix: ~27
* fix: use regex to remove
* fix: use regex to remove
tag a /a tag
* fix: del python script
* fix: regex for remove
공백이나 안에 태그 존재하는 경우에 대해서도 처리
* Update files/ko/web/api/storage/key/index.html
* Update files/ko/web/api/angle_instanced_arrays/index.html
* Update files/ko/web/api/batterymanager/dischargingtime/index.html
* Update files/ko/web/api/document/drag_event/index.html
* Update files/ko/web/html/global_attributes/class/index.html
* Update files/ko/web/html/global_attributes/itemscope/index.html
* Update files/ko/web/html/global_attributes/tabindex/index.html
* Update files/ko/web/http/headers/accept-charset/index.html
* Update files/ko/web/http/headers/accept-encoding/index.html
* Update files/ko/web/http/headers/content-security-policy/index.html
* Update files/ko/web/http/headers/pragma/index.html
* Update files/ko/web/javascript/reference/global_objects/set/add/index.html
* Update files/ko/web/javascript/reference/global_objects/string/match/index.html
* Update files/ko/web/javascript/reference/global_objects/string/tostring/index.html
* Update files/ko/web/javascript/reference/global_objects/string/valueof/index.html
* Update files/ko/web/javascript/reference/statements/do...while/index.html
* Update files/ko/web/http/status/301/index.html
* Update files/ko/web/http/status/403/index.html
* Update files/ko/web/javascript/reference/functions/get/index.html
* Update files/ko/web/javascript/reference/global_objects/error/name/index.html
* Update files/ko/web/javascript/reference/global_objects/function/arguments/index.html
* Update files/ko/web/javascript/reference/global_objects/math/sign/index.html
* Update files/ko/web/javascript/reference/global_objects/referenceerror/index.html
* Update files/ko/web/javascript/reference/global_objects/math/sqrt1_2/index.html
* Update files/ko/web/javascript/reference/global_objects/promise/finally/index.html
* Update files/ko/web/javascript/reference/global_objects/promise/resolve/index.html
Diffstat (limited to 'files/ko/web/javascript/reference')
77 files changed, 1 insertions, 177 deletions
diff --git a/files/ko/web/javascript/reference/classes/public_class_fields/index.html b/files/ko/web/javascript/reference/classes/public_class_fields/index.html index c2c346cb63..2431a21cd9 100644 --- a/files/ko/web/javascript/reference/classes/public_class_fields/index.html +++ b/files/ko/web/javascript/reference/classes/public_class_fields/index.html @@ -386,8 +386,6 @@ new ClassWithPrivateAccessor(); <h3 id="Private_class_fields">Private class fields</h3> -<div 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.</div> - <p>{{Compat("javascript.classes.private_class_fields")}}</p> <h2 id="See_also">See also</h2> 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> diff --git a/files/ko/web/javascript/reference/global_objects/array/of/index.html b/files/ko/web/javascript/reference/global_objects/array/of/index.html index edcd9bddc5..9504e986ab 100644 --- a/files/ko/web/javascript/reference/global_objects/array/of/index.html +++ b/files/ko/web/javascript/reference/global_objects/array/of/index.html @@ -91,8 +91,6 @@ Array.of(undefined); // [undefined] <h2 id="브라우저_호환성">브라우저 호환성</h2> -<div class="hidden">The compatibility table in 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.</div> - <p>{{Compat("javascript.builtins.Array.of")}}</p> <h2 id="See_also" name="See_also">같이 보기</h2> diff --git a/files/ko/web/javascript/reference/global_objects/asyncfunction/index.html b/files/ko/web/javascript/reference/global_objects/asyncfunction/index.html index 9578d2e534..ac428a9ace 100644 --- a/files/ko/web/javascript/reference/global_objects/asyncfunction/index.html +++ b/files/ko/web/javascript/reference/global_objects/asyncfunction/index.html @@ -105,10 +105,6 @@ a(10, 20).then(v => { <h2 id="브라우저_호환성">브라우저 호환성</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.builtins.AsyncFunction")}}</p> diff --git a/files/ko/web/javascript/reference/global_objects/date/getdate/index.html b/files/ko/web/javascript/reference/global_objects/date/getdate/index.html index 1a5d6f2d5a..fdacc321cf 100644 --- a/files/ko/web/javascript/reference/global_objects/date/getdate/index.html +++ b/files/ko/web/javascript/reference/global_objects/date/getdate/index.html @@ -71,8 +71,6 @@ console.log(day); // 25 <h2 id="브라우저_호환성">브라우저 호환성</h2> -<p class="hidden">The compatibility table in 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.builtins.Date.getDate")}}</p> <h2 id="같이_보기">같이 보기</h2> diff --git a/files/ko/web/javascript/reference/global_objects/date/getfullyear/index.html b/files/ko/web/javascript/reference/global_objects/date/getfullyear/index.html index c1a90e5340..cb0ba438df 100644 --- a/files/ko/web/javascript/reference/global_objects/date/getfullyear/index.html +++ b/files/ko/web/javascript/reference/global_objects/date/getfullyear/index.html @@ -75,8 +75,6 @@ var year = today.getFullYear(); <h2 id="브라우저_호환성">브라우저 호환성</h2> -<p class="hidden">The compatibility table in 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.builtins.Date.getFullYear")}}</p> <h2 id="같이_보기">같이 보기</h2> diff --git a/files/ko/web/javascript/reference/global_objects/date/toisostring/index.html b/files/ko/web/javascript/reference/global_objects/date/toisostring/index.html index a9743f04d6..e0c0cfd330 100644 --- a/files/ko/web/javascript/reference/global_objects/date/toisostring/index.html +++ b/files/ko/web/javascript/reference/global_objects/date/toisostring/index.html @@ -94,8 +94,6 @@ console.log(today.toISOString()); // Returns 2011-10-05T14:48:00.000Z</pre> <h2 id="브라우저_호환성">브라우저 호환성</h2> -<p class="hidden">The compatibility table in 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.builtins.Date.toISOString")}}</p> <h2 id="같이_보기">같이 보기</h2> diff --git a/files/ko/web/javascript/reference/global_objects/date/tojson/index.html b/files/ko/web/javascript/reference/global_objects/date/tojson/index.html index 5f069e3417..3c19b6e44b 100644 --- a/files/ko/web/javascript/reference/global_objects/date/tojson/index.html +++ b/files/ko/web/javascript/reference/global_objects/date/tojson/index.html @@ -68,8 +68,6 @@ console.log(jsonDate); //2015-10-26T07:46:36.611Z <h2 id="브라우저_호환성">브라우저 호환성</h2> -<p class="hidden">The compatibility table in 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.builtins.Date.toJSON")}}</p> <h2 id="같이_보기">같이 보기</h2> diff --git a/files/ko/web/javascript/reference/global_objects/date/tostring/index.html b/files/ko/web/javascript/reference/global_objects/date/tostring/index.html index 5adaaf4f84..a624293ff0 100644 --- a/files/ko/web/javascript/reference/global_objects/date/tostring/index.html +++ b/files/ko/web/javascript/reference/global_objects/date/tostring/index.html @@ -111,8 +111,6 @@ var myVar = x.toString(); // assigns a string value to myVar in the same format <h2 id="브라우저_호환성">브라우저 호환성</h2> -<p class="hidden">The compatibility table in 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.builtins.Date.toString")}}</p> <h2 id="같이_보기">같이 보기</h2> diff --git a/files/ko/web/javascript/reference/global_objects/date/valueof/index.html b/files/ko/web/javascript/reference/global_objects/date/valueof/index.html index 778321f74e..b905feaa31 100644 --- a/files/ko/web/javascript/reference/global_objects/date/valueof/index.html +++ b/files/ko/web/javascript/reference/global_objects/date/valueof/index.html @@ -67,8 +67,6 @@ var myVar = x.valueOf(); // myVar에 -424713600000를 할당합니다. <h2 id="Browser_compatibility">Browser compatibility</h2> -<p class="hidden">The compatibility table in 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.builtins.Date.valueOf")}}</p> <h2 id="See_also">See also</h2> diff --git a/files/ko/web/javascript/reference/global_objects/error/name/index.html b/files/ko/web/javascript/reference/global_objects/error/name/index.html index bca8a4937f..aabdb5c295 100644 --- a/files/ko/web/javascript/reference/global_objects/error/name/index.html +++ b/files/ko/web/javascript/reference/global_objects/error/name/index.html @@ -58,7 +58,6 @@ throw e; <div> <div> -<div class="hidden">이 페이지의 호환성 테이블은 구조화된 데이터로부터 생성됩니다. 해당 데이터를 개선하고 싶다면 <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a>을 체크아웃하고 저희에게 풀 리퀘스트를 보내주십시오.</div> <p>{{Compat("javascript.builtins.Error.name")}}</p> </div> diff --git a/files/ko/web/javascript/reference/global_objects/eval/index.html b/files/ko/web/javascript/reference/global_objects/eval/index.html index 000c8b2228..f7acb577ce 100644 --- a/files/ko/web/javascript/reference/global_objects/eval/index.html +++ b/files/ko/web/javascript/reference/global_objects/eval/index.html @@ -272,8 +272,6 @@ var fct2 = eval(fctStr2) // 함수를 반환 <h2 id="브라우저_호환성"><span style="">브라우저 호환성</span></h2> -<div 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.</div> - <p>{{Compat("javascript.builtins.eval")}}</p> <h2 id="참고">참고</h2> diff --git a/files/ko/web/javascript/reference/global_objects/function/apply/index.html b/files/ko/web/javascript/reference/global_objects/function/apply/index.html index 1e59ed07f7..184c426567 100644 --- a/files/ko/web/javascript/reference/global_objects/function/apply/index.html +++ b/files/ko/web/javascript/reference/global_objects/function/apply/index.html @@ -217,10 +217,6 @@ console.log(myInstance.constructor); // logs 'MyConstructor'</code> -<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.builtins.Function.apply")}}</p> diff --git a/files/ko/web/javascript/reference/global_objects/function/arguments/index.html b/files/ko/web/javascript/reference/global_objects/function/arguments/index.html index 9a498f2468..ba5ec9c7b4 100644 --- a/files/ko/web/javascript/reference/global_objects/function/arguments/index.html +++ b/files/ko/web/javascript/reference/global_objects/function/arguments/index.html @@ -47,7 +47,6 @@ console.log('returned: ' + g.arguments); <h2 id="Browser_호환성">Browser 호환성</h2> <div> -<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.builtins.Function.arguments")}}</p> </div> diff --git a/files/ko/web/javascript/reference/global_objects/function/bind/index.html b/files/ko/web/javascript/reference/global_objects/function/bind/index.html index 6a39852239..d4d0b79681 100644 --- a/files/ko/web/javascript/reference/global_objects/function/bind/index.html +++ b/files/ko/web/javascript/reference/global_objects/function/bind/index.html @@ -281,10 +281,6 @@ slice(arguments); <h2 id="브라우저_호환성">브라우저 호환성</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.builtins.Function.bind")}}</p> <h2 id="참조">참조</h2> diff --git a/files/ko/web/javascript/reference/global_objects/json/index.html b/files/ko/web/javascript/reference/global_objects/json/index.html index ef21cfc534..e59f5b79c0 100644 --- a/files/ko/web/javascript/reference/global_objects/json/index.html +++ b/files/ko/web/javascript/reference/global_objects/json/index.html @@ -111,8 +111,6 @@ eval(code) // 오래된 엔진에서 SyntaxError <h2 id="브라우저_호환성">브라우저 호환성</h2> -<div 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.</div> - <p>{{Compat("javascript.builtins.JSON")}}</p> <h2 id="같이_보기">같이 보기</h2> diff --git a/files/ko/web/javascript/reference/global_objects/math/exp/index.html b/files/ko/web/javascript/reference/global_objects/math/exp/index.html index c00f391045..567b8d68ab 100644 --- a/files/ko/web/javascript/reference/global_objects/math/exp/index.html +++ b/files/ko/web/javascript/reference/global_objects/math/exp/index.html @@ -73,8 +73,6 @@ Math.exp(1); // 2.718281828459045 <h2 id="브라우저_호환성">브라우저 호환성</h2> -<p class="hidden">The compatibility table in 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.builtins.Math.exp")}}</p> <h2 id="같이_보기">같이 보기</h2> diff --git a/files/ko/web/javascript/reference/global_objects/math/index.html b/files/ko/web/javascript/reference/global_objects/math/index.html index 3ce1a0638c..1bc5902a01 100644 --- a/files/ko/web/javascript/reference/global_objects/math/index.html +++ b/files/ko/web/javascript/reference/global_objects/math/index.html @@ -144,8 +144,6 @@ translation_of: Web/JavaScript/Reference/Global_Objects/Math <h2 id="브라우저_호환성">브라우저 호환성</h2> -<p class="hidden">The compatibility table in 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.builtins.Math")}}</p> <h2 id="같이_보기">같이 보기</h2> diff --git a/files/ko/web/javascript/reference/global_objects/math/ln10/index.html b/files/ko/web/javascript/reference/global_objects/math/ln10/index.html index 57ab837e50..fa2d2c6e9b 100644 --- a/files/ko/web/javascript/reference/global_objects/math/ln10/index.html +++ b/files/ko/web/javascript/reference/global_objects/math/ln10/index.html @@ -71,8 +71,6 @@ getNatLog10(); // 2.302585092994046 <h2 id="브라우저_호환성">브라우저 호환성</h2> -<p class="hidden">The compatibility table in 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.builtins.Math.LN10")}}</p> <h2 id="같이_보기">같이 보기</h2> diff --git a/files/ko/web/javascript/reference/global_objects/math/ln2/index.html b/files/ko/web/javascript/reference/global_objects/math/ln2/index.html index 202558fd59..4503cfa275 100644 --- a/files/ko/web/javascript/reference/global_objects/math/ln2/index.html +++ b/files/ko/web/javascript/reference/global_objects/math/ln2/index.html @@ -73,8 +73,6 @@ getNatLog2(); // 0.6931471805599453 <h2 id="브라우저_호환성">브라우저 호환성</h2> -<p class="hidden">The compatibility table in 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.builtins.Math.LN2")}}</p> <h2 id="같이_보기">같이 보기</h2> diff --git a/files/ko/web/javascript/reference/global_objects/math/log/index.html b/files/ko/web/javascript/reference/global_objects/math/log/index.html index a343fa27a6..3a95d54f1a 100644 --- a/files/ko/web/javascript/reference/global_objects/math/log/index.html +++ b/files/ko/web/javascript/reference/global_objects/math/log/index.html @@ -89,8 +89,6 @@ Math.log(10); // 2.302585092994046 <h2 id="브라우저_호환성">브라우저 호환성</h2> -<p class="hidden">The compatibility table in 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.builtins.Math.log")}}</p> <h2 id="같이보기">같이보기</h2> diff --git a/files/ko/web/javascript/reference/global_objects/math/log2/index.html b/files/ko/web/javascript/reference/global_objects/math/log2/index.html index 7cfd72531c..88e58db3d0 100644 --- a/files/ko/web/javascript/reference/global_objects/math/log2/index.html +++ b/files/ko/web/javascript/reference/global_objects/math/log2/index.html @@ -81,8 +81,6 @@ Math.log2(1024); // 10 <h2 id="브라우저_호환성">브라우저 호환성</h2> -<p class="hidden">The compatibility table in 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.builtins.Math.log2")}}</p> <h2 id="참조">참조</h2> diff --git a/files/ko/web/javascript/reference/global_objects/math/min/index.html b/files/ko/web/javascript/reference/global_objects/math/min/index.html index 7bf84ee57c..6ab640e2cd 100644 --- a/files/ko/web/javascript/reference/global_objects/math/min/index.html +++ b/files/ko/web/javascript/reference/global_objects/math/min/index.html @@ -92,8 +92,6 @@ if (x > boundary) { <h2 id="Browser_compatibility">Browser compatibility</h2> -<p class="hidden">The compatibility table in 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.builtins.Math.min")}}</p> <h2 id="See_also">See also</h2> diff --git a/files/ko/web/javascript/reference/global_objects/math/random/index.html b/files/ko/web/javascript/reference/global_objects/math/random/index.html index 9ce02207de..2aead8d88a 100644 --- a/files/ko/web/javascript/reference/global_objects/math/random/index.html +++ b/files/ko/web/javascript/reference/global_objects/math/random/index.html @@ -101,6 +101,4 @@ translation_of: Web/JavaScript/Reference/Global_Objects/Math/random <h2 id="브라우저_호환성">브라우저 호환성</h2> -<p class="hidden">The compatibility table in 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.builtins.Math.random")}}</p> diff --git a/files/ko/web/javascript/reference/global_objects/math/round/index.html b/files/ko/web/javascript/reference/global_objects/math/round/index.html index e163c4459e..703f3869e1 100644 --- a/files/ko/web/javascript/reference/global_objects/math/round/index.html +++ b/files/ko/web/javascript/reference/global_objects/math/round/index.html @@ -75,8 +75,6 @@ Math.round(-20.51); // -21 <h2 id="Browser_compatibility">Browser compatibility</h2> -<p class="hidden">The compatibility table in 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.builtins.Math.round")}}</p> <h2 id="See_also">See also</h2> diff --git a/files/ko/web/javascript/reference/global_objects/math/sign/index.html b/files/ko/web/javascript/reference/global_objects/math/sign/index.html index adb5f15354..1a6697e9d8 100644 --- a/files/ko/web/javascript/reference/global_objects/math/sign/index.html +++ b/files/ko/web/javascript/reference/global_objects/math/sign/index.html @@ -97,8 +97,6 @@ Math.sign(); // NaN <h2 id="브라우저_호환성">브라우저 호환성</h2> -<p class="hidden">이 페이지에서 호환성 표는 구조화된 자료로부터 생성됩니다. 그 자료에 기여하시려면, <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> 를 확인하시고 저희에게 pull 요청을 보내십시오.</p> - <p>{{Compat("javascript.builtins.Math.sign")}}</p> <h2 id="같이_보기">같이 보기</h2> diff --git a/files/ko/web/javascript/reference/global_objects/math/sin/index.html b/files/ko/web/javascript/reference/global_objects/math/sin/index.html index 1978d7f8e8..5e1413a59c 100644 --- a/files/ko/web/javascript/reference/global_objects/math/sin/index.html +++ b/files/ko/web/javascript/reference/global_objects/math/sin/index.html @@ -81,8 +81,6 @@ Math.sin(Math.PI / 2); // 1 <h2 id="브라우저_호환성">브라우저 호환성</h2> -<p class="hidden">The compatibility table in 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.builtins.Math.sin")}}</p> <h2 id="함께_보기">함께 보기</h2> diff --git a/files/ko/web/javascript/reference/global_objects/math/sinh/index.html b/files/ko/web/javascript/reference/global_objects/math/sinh/index.html index 9a3bb3a6ab..f918785a34 100644 --- a/files/ko/web/javascript/reference/global_objects/math/sinh/index.html +++ b/files/ko/web/javascript/reference/global_objects/math/sinh/index.html @@ -81,8 +81,6 @@ Math.sinh(1); // 1.1752011936438014 <h2 id="Browser_compatibility">Browser compatibility</h2> -<p class="hidden">The compatibility table in 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.builtins.Math.sinh")}}</p> <h2 id="See_also">See also</h2> diff --git a/files/ko/web/javascript/reference/global_objects/math/sqrt/index.html b/files/ko/web/javascript/reference/global_objects/math/sqrt/index.html index f03af42e6f..338037c734 100644 --- a/files/ko/web/javascript/reference/global_objects/math/sqrt/index.html +++ b/files/ko/web/javascript/reference/global_objects/math/sqrt/index.html @@ -76,8 +76,6 @@ Math.sqrt(-1); // NaN <h2 id="브라우저_호환성">브라우저 호환성</h2> -<p class="hidden">The compatibility table in 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.builtins.Math.sqrt")}}</p> <h2 id="참조">참조</h2> diff --git a/files/ko/web/javascript/reference/global_objects/math/sqrt1_2/index.html b/files/ko/web/javascript/reference/global_objects/math/sqrt1_2/index.html index ee347e46eb..e7fd572149 100644 --- a/files/ko/web/javascript/reference/global_objects/math/sqrt1_2/index.html +++ b/files/ko/web/javascript/reference/global_objects/math/sqrt1_2/index.html @@ -47,8 +47,6 @@ getRoot1_2(); // 0.7071067811865476 <h2 id="브라우저_호환성">브라우저 호환성</h2> -<p class="hidden"><span>이 페이지의 호환성 표는 구조화된 데이터에서 생성됩니다.</span> 데이터에 기여하고 싶으시다면, <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a>을 확인하고 풀 리퀘스트를 보내 주시기 바랍니다.</p> - <p>{{Compat("javascript.builtins.Math.SQRT1_2")}}</p> <h2 id="같이_보기">같이 보기</h2> diff --git a/files/ko/web/javascript/reference/global_objects/math/sqrt2/index.html b/files/ko/web/javascript/reference/global_objects/math/sqrt2/index.html index 1ad86df55b..2b38012528 100644 --- a/files/ko/web/javascript/reference/global_objects/math/sqrt2/index.html +++ b/files/ko/web/javascript/reference/global_objects/math/sqrt2/index.html @@ -62,8 +62,6 @@ getRoot2(); // 1.4142135623730951 <h2 id="브라우저_호환성">브라우저 호환성</h2> -<p class="hidden">The compatibility table in 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.builtins.Math.SQRT2")}}</p> <h2 id="참조">참조</h2> diff --git a/files/ko/web/javascript/reference/global_objects/math/tan/index.html b/files/ko/web/javascript/reference/global_objects/math/tan/index.html index 64a1468020..721f23db7a 100644 --- a/files/ko/web/javascript/reference/global_objects/math/tan/index.html +++ b/files/ko/web/javascript/reference/global_objects/math/tan/index.html @@ -86,8 +86,6 @@ translation_of: Web/JavaScript/Reference/Global_Objects/Math/tan <h2 id="브라우저_호환성">브라우저 호환성</h2> -<p class="hidden">The compatibility table in 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.builtins.Math.tan")}}</p> <h2 id="함께_보기">함께 보기</h2> diff --git a/files/ko/web/javascript/reference/global_objects/math/tanh/index.html b/files/ko/web/javascript/reference/global_objects/math/tanh/index.html index 97055e165b..cbc4fb4ee9 100644 --- a/files/ko/web/javascript/reference/global_objects/math/tanh/index.html +++ b/files/ko/web/javascript/reference/global_objects/math/tanh/index.html @@ -70,8 +70,6 @@ Math.tanh(1); // 0.7615941559557649 <h2 id="브라우저_호환성">브라우저 호환성</h2> -<p class="hidden">The compatibility table in 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.builtins.Math.tanh")}}</p> <h2 id="함께_보기">함께 보기</h2> diff --git a/files/ko/web/javascript/reference/global_objects/math/trunc/index.html b/files/ko/web/javascript/reference/global_objects/math/trunc/index.html index 0f63fd1e58..93375f989f 100644 --- a/files/ko/web/javascript/reference/global_objects/math/trunc/index.html +++ b/files/ko/web/javascript/reference/global_objects/math/trunc/index.html @@ -81,8 +81,6 @@ Math.trunc(); // NaN <h2 id="Browser_compatibility">Browser compatibility</h2> -<p class="hidden">The compatibility table in 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.builtins.Math.trunc")}}</p> <h2 id="See_also">See also</h2> diff --git a/files/ko/web/javascript/reference/global_objects/number/max_safe_integer/index.html b/files/ko/web/javascript/reference/global_objects/number/max_safe_integer/index.html index c8b4d679d0..dde69dc41f 100644 --- a/files/ko/web/javascript/reference/global_objects/number/max_safe_integer/index.html +++ b/files/ko/web/javascript/reference/global_objects/number/max_safe_integer/index.html @@ -63,8 +63,6 @@ Number.MAX_SAFE_INTEGER * Number.EPSILON // 2 because in floating points, the va <h2 id="브라우저_호환성">브라우저 호환성</h2> -<p class="hidden">The compatibility table in 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.builtins.Number.MAX_SAFE_INTEGER")}}</p> <h2 id="같이_보기">같이 보기</h2> diff --git a/files/ko/web/javascript/reference/global_objects/number/min_safe_integer/index.html b/files/ko/web/javascript/reference/global_objects/number/min_safe_integer/index.html index 67efd0e681..38ef0f9484 100644 --- a/files/ko/web/javascript/reference/global_objects/number/min_safe_integer/index.html +++ b/files/ko/web/javascript/reference/global_objects/number/min_safe_integer/index.html @@ -54,8 +54,6 @@ translation_of: Web/JavaScript/Reference/Global_Objects/Number/MIN_SAFE_INTEGER <h2 id="브라우저_호환성">브라우저 호환성</h2> -<p class="hidden">The compatibility table in 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.builtins.Number.MIN_SAFE_INTEGER")}}</p> <h2 id="같이_보기">같이 보기</h2> diff --git a/files/ko/web/javascript/reference/global_objects/number/min_value/index.html b/files/ko/web/javascript/reference/global_objects/number/min_value/index.html index 66b4985942..9cb2231977 100644 --- a/files/ko/web/javascript/reference/global_objects/number/min_value/index.html +++ b/files/ko/web/javascript/reference/global_objects/number/min_value/index.html @@ -73,8 +73,6 @@ translation_of: Web/JavaScript/Reference/Global_Objects/Number/MIN_VALUE <h2 id="브라우저_호환성">브라우저 호환성</h2> -<p class="hidden">The compatibility table in 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.builtins.Number.MIN_VALUE")}}</p> <h2 id="같이_보기">같이 보기</h2> diff --git a/files/ko/web/javascript/reference/global_objects/number/parsefloat/index.html b/files/ko/web/javascript/reference/global_objects/number/parsefloat/index.html index 763c28a42d..0b57723065 100644 --- a/files/ko/web/javascript/reference/global_objects/number/parsefloat/index.html +++ b/files/ko/web/javascript/reference/global_objects/number/parsefloat/index.html @@ -67,8 +67,6 @@ translation_of: Web/JavaScript/Reference/Global_Objects/Number/parseFloat <h2 id="브라우저_호환성">브라우저 호환성</h2> -<p class="hidden">The compatibility table in 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>{{Compat("javascript.builtins.Number.parseFloat")}}</div> <h2 id="같이_보기">같이 보기</h2> diff --git a/files/ko/web/javascript/reference/global_objects/number/toexponential/index.html b/files/ko/web/javascript/reference/global_objects/number/toexponential/index.html index cb24e88364..d1163a4231 100644 --- a/files/ko/web/javascript/reference/global_objects/number/toexponential/index.html +++ b/files/ko/web/javascript/reference/global_objects/number/toexponential/index.html @@ -95,8 +95,6 @@ console.log(77 .toExponential()); // logs 7.7e+1 <h2 id="브라우저_호환성">브라우저 호환성</h2> -<p class="hidden">The compatibility table in 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.builtins.Number.toExponential")}}</p> <h2 id="같이_보기">같이 보기</h2> diff --git a/files/ko/web/javascript/reference/global_objects/number/toprecision/index.html b/files/ko/web/javascript/reference/global_objects/number/toprecision/index.html index 83cf3017e3..26775d40ef 100644 --- a/files/ko/web/javascript/reference/global_objects/number/toprecision/index.html +++ b/files/ko/web/javascript/reference/global_objects/number/toprecision/index.html @@ -97,8 +97,6 @@ console.log((1234.5).toPrecision(2)); // logs '1.2e+3' <h2 id="브라우저_호환성">브라우저 호환성</h2> -<p class="hidden">The compatibility table in 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.builtins.Number.toPrecision")}}</p> <h2 id="See_also">See also</h2> diff --git a/files/ko/web/javascript/reference/global_objects/object/assign/index.html b/files/ko/web/javascript/reference/global_objects/object/assign/index.html index 38b25d0bd8..6585f90a85 100644 --- a/files/ko/web/javascript/reference/global_objects/object/assign/index.html +++ b/files/ko/web/javascript/reference/global_objects/object/assign/index.html @@ -267,10 +267,6 @@ console.log(copy); <h2 id="브라우저_호환성">브라우저 호환성</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.builtins.Object.assign")}}</p> <div id="compat-mobile"> </div> diff --git a/files/ko/web/javascript/reference/global_objects/promise/all/index.html b/files/ko/web/javascript/reference/global_objects/promise/all/index.html index c8a458a665..6fe82003e0 100644 --- a/files/ko/web/javascript/reference/global_objects/promise/all/index.html +++ b/files/ko/web/javascript/reference/global_objects/promise/all/index.html @@ -227,8 +227,6 @@ Promise.all([ <h2 id="브라우저_호환성">브라우저 호환성</h2> -<div class="hidden">To contribute to this compatibility data, please write a pull request against this repository: <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a>.</div> - <p>{{Compat("javascript.builtins.Promise.all")}}</p> <h2 id="같이_보기">같이 보기</h2> diff --git a/files/ko/web/javascript/reference/global_objects/promise/allsettled/index.html b/files/ko/web/javascript/reference/global_objects/promise/allsettled/index.html index 0c5be03c09..2f8d2798b1 100644 --- a/files/ko/web/javascript/reference/global_objects/promise/allsettled/index.html +++ b/files/ko/web/javascript/reference/global_objects/promise/allsettled/index.html @@ -43,11 +43,7 @@ translation_of: Web/JavaScript/Reference/Global_Objects/Promise/allSettled </tbody> </table> -<h2 id="지원_브라우저">지원 브라우저</h2> - -<p class="hidden">To contribute to this compatibility data, please write a pull request against this repository: <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a>.</p> - -<p>{{Compat("javascript.builtins.Promise.allSettled")}}</p> +<h2 id="지원_브라우저">지원 브라우저<p>{{Compat("javascript.builtins.Promise.allSettled")}}</p> <h2 id="같이_보기">같이 보기</h2> diff --git a/files/ko/web/javascript/reference/global_objects/promise/finally/index.html b/files/ko/web/javascript/reference/global_objects/promise/finally/index.html index c75d73ab06..edf6025aef 100644 --- a/files/ko/web/javascript/reference/global_objects/promise/finally/index.html +++ b/files/ko/web/javascript/reference/global_objects/promise/finally/index.html @@ -87,8 +87,6 @@ fetch(myRequest).then(function(response) { <h2 id="브라우저_호환성">브라우저 호환성</h2> -<p class="hidden">To contribute to this compatibility data, please write a pull request against this repository: <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a>.</p> - <p>{{Compat("javascript.builtins.Promise.finally")}}</p> <h2 id="더보기">더보기</h2> diff --git a/files/ko/web/javascript/reference/global_objects/promise/promise/index.html b/files/ko/web/javascript/reference/global_objects/promise/promise/index.html index 531b82dbca..3d5a5c9bea 100644 --- a/files/ko/web/javascript/reference/global_objects/promise/promise/index.html +++ b/files/ko/web/javascript/reference/global_objects/promise/promise/index.html @@ -67,8 +67,6 @@ translation_of: Web/JavaScript/Reference/Global_Objects/Promise/Promise <h2 id="브라우저_호환성">브라우저 호환성</h2> -<div class="hidden">To contribute to this compatibility data, please write a pull request against this repository: <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a>.</div> - <p>{{Compat("javascript.builtins.Promise.Promise")}}</p> <h2 id="같이_보기">같이 보기</h2> diff --git a/files/ko/web/javascript/reference/global_objects/promise/race/index.html b/files/ko/web/javascript/reference/global_objects/promise/race/index.html index 0874d619dd..a6a90b0bed 100644 --- a/files/ko/web/javascript/reference/global_objects/promise/race/index.html +++ b/files/ko/web/javascript/reference/global_objects/promise/race/index.html @@ -175,8 +175,6 @@ Promise<span class="punctuation token">.</span><span class="function token">race <h2 id="브라우저_호환성">브라우저 호환성</h2> -<p class="hidden">The compatibility table in 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.builtins.Promise.race")}}</p> <h2 id="같이_보기">같이 보기</h2> diff --git a/files/ko/web/javascript/reference/global_objects/promise/reject/index.html b/files/ko/web/javascript/reference/global_objects/promise/reject/index.html index a376940d7e..15c845032b 100644 --- a/files/ko/web/javascript/reference/global_objects/promise/reject/index.html +++ b/files/ko/web/javascript/reference/global_objects/promise/reject/index.html @@ -67,8 +67,6 @@ Promise.reject(new Error("fail")).then(function(error) { <h2 id="브라우저_호환성">브라우저 호환성</h2> -<p class="hidden">The compatibility table in 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.builtins.Promise.reject")}}</p> <p> </p> diff --git a/files/ko/web/javascript/reference/global_objects/promise/resolve/index.html b/files/ko/web/javascript/reference/global_objects/promise/resolve/index.html index 64180ef2bf..e5015b9d34 100644 --- a/files/ko/web/javascript/reference/global_objects/promise/resolve/index.html +++ b/files/ko/web/javascript/reference/global_objects/promise/resolve/index.html @@ -149,9 +149,6 @@ p3.then(function(v) { <h2 id="브라우저_호환성">브라우저 호환성</h2> -<div class="hidden"> -<p>To contribute to this compatibility data, please write a pull request against this repository: <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a>.</p> -</div> <p>{{Compat("javascript.builtins.Promise.resolve")}}</p> diff --git a/files/ko/web/javascript/reference/global_objects/promise/then/index.html b/files/ko/web/javascript/reference/global_objects/promise/then/index.html index b7f79eee9c..7fa23363cb 100644 --- a/files/ko/web/javascript/reference/global_objects/promise/then/index.html +++ b/files/ko/web/javascript/reference/global_objects/promise/then/index.html @@ -294,8 +294,6 @@ p3.then(function(v) { -<p class="hidden">The compatibility table in 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.builtins.Promise.then")}}</p> diff --git a/files/ko/web/javascript/reference/global_objects/referenceerror/index.html b/files/ko/web/javascript/reference/global_objects/referenceerror/index.html index ed5fee8c48..6cacd7dc98 100644 --- a/files/ko/web/javascript/reference/global_objects/referenceerror/index.html +++ b/files/ko/web/javascript/reference/global_objects/referenceerror/index.html @@ -116,7 +116,6 @@ translation_of: Web/JavaScript/Reference/Global_Objects/ReferenceError <h2 id="브라우저_호환성">브라우저 호환성</h2> <div> -<div class="hidden">이 페이지의 호환성 테이블은 구조화된 데이터로부터 생성됩니다. 해당 데이터를 개선하고 싶다면 <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a>을 체크아웃하고 저희에게 풀 리퀘스트를 보내주십시오.</div> <p>{{Compat("javascript.builtins.ReferenceError")}}</p> </div> diff --git a/files/ko/web/javascript/reference/global_objects/set/add/index.html b/files/ko/web/javascript/reference/global_objects/set/add/index.html index 622b3d876c..294284b3e0 100644 --- a/files/ko/web/javascript/reference/global_objects/set/add/index.html +++ b/files/ko/web/javascript/reference/global_objects/set/add/index.html @@ -70,8 +70,6 @@ console.log(mySet); <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.builtins.Set.add")}}</p> <h2 id="같이_보기">같이 보기</h2> diff --git a/files/ko/web/javascript/reference/global_objects/string/charcodeat/index.html b/files/ko/web/javascript/reference/global_objects/string/charcodeat/index.html index 9777130911..9c5b755d83 100644 --- a/files/ko/web/javascript/reference/global_objects/string/charcodeat/index.html +++ b/files/ko/web/javascript/reference/global_objects/string/charcodeat/index.html @@ -155,8 +155,6 @@ translation_of: Web/JavaScript/Reference/Global_Objects/String/charCodeAt <h2 id="브라우저_호환성">브라우저 호환성</h2> -<div class="hidden">The compatibility table in 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.</div> - <p>{{Compat("javascript.builtins.String.charCodeAt")}}</p> <h2 id="같이_보기">같이 보기</h2> diff --git a/files/ko/web/javascript/reference/global_objects/string/localecompare/index.html b/files/ko/web/javascript/reference/global_objects/string/localecompare/index.html index 9bd3b19236..f074e7b256 100644 --- a/files/ko/web/javascript/reference/global_objects/string/localecompare/index.html +++ b/files/ko/web/javascript/reference/global_objects/string/localecompare/index.html @@ -148,8 +148,6 @@ console.log('ä'.localeCompare('a', 'sv', { sensitivity: 'base' })); // a positi <h2 id="Browser_compatibility">Browser compatibility</h2> -<p class="hidden">The compatibility table in 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.builtins.String.localeCompare")}}</p> <h2 id="See_also">See also</h2> diff --git a/files/ko/web/javascript/reference/global_objects/string/match/index.html b/files/ko/web/javascript/reference/global_objects/string/match/index.html index e1031b8a0e..5297d440be 100644 --- a/files/ko/web/javascript/reference/global_objects/string/match/index.html +++ b/files/ko/web/javascript/reference/global_objects/string/match/index.html @@ -130,8 +130,6 @@ str3.match(null); // ["null"]을 반환함.</pre> <h2 id="브라우저_호환성">브라우저 호환성</h2> -<p class="hidden">이 페이지의 호환성 표는 구조화된 데이터를 기반으로 작성하였습니다. 데이터를 제공하고 싶으시다면, <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a>를 체크하시고, 풀 리퀘스트를 보내주시기 바랍니다.</p> - <p>{{Compat("javascript.builtins.String.match")}}</p> <h2 id="Firefox-specific_notes">Firefox-specific notes</h2> diff --git a/files/ko/web/javascript/reference/global_objects/string/normalize/index.html b/files/ko/web/javascript/reference/global_objects/string/normalize/index.html index d44f9bec99..2580ea6c6e 100644 --- a/files/ko/web/javascript/reference/global_objects/string/normalize/index.html +++ b/files/ko/web/javascript/reference/global_objects/string/normalize/index.html @@ -150,8 +150,6 @@ console.log(second === third); // 같은 글자처럼 보이지만 false를 출 <h2 id="브라우저_호환성">브라우저 호환성</h2> -<p class="hidden">The compatibility table in 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.builtins.String.normalize")}}</p> <h2 id="같이_보기">같이 보기</h2> diff --git a/files/ko/web/javascript/reference/global_objects/string/padend/index.html b/files/ko/web/javascript/reference/global_objects/string/padend/index.html index 1c027c1363..e9b121e470 100644 --- a/files/ko/web/javascript/reference/global_objects/string/padend/index.html +++ b/files/ko/web/javascript/reference/global_objects/string/padend/index.html @@ -88,8 +88,6 @@ if (!String.prototype.padEnd) { <h2 id="브라우저_호환성">브라우저 호환성</h2> -<p class="hidden">The compatibility table in 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.builtins.String.padEnd")}}</p> <h2 id="See_also">See also</h2> diff --git a/files/ko/web/javascript/reference/global_objects/string/padstart/index.html b/files/ko/web/javascript/reference/global_objects/string/padstart/index.html index eff03dd4ac..243c65ea23 100644 --- a/files/ko/web/javascript/reference/global_objects/string/padstart/index.html +++ b/files/ko/web/javascript/reference/global_objects/string/padstart/index.html @@ -93,8 +93,6 @@ if (!String.prototype.padStart) { <h2 id="브라우저_호환성">브라우저 호환성</h2> -<p class="hidden">The compatibility table in 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.builtins.String.padStart")}}</p> <h2 id="같이_보기">같이 보기</h2> diff --git a/files/ko/web/javascript/reference/global_objects/string/repeat/index.html b/files/ko/web/javascript/reference/global_objects/string/repeat/index.html index 8e1d67988b..1e8398e41e 100644 --- a/files/ko/web/javascript/reference/global_objects/string/repeat/index.html +++ b/files/ko/web/javascript/reference/global_objects/string/repeat/index.html @@ -108,6 +108,4 @@ translation_of: Web/JavaScript/Reference/Global_Objects/String/repeat <h2 id="브라우저_호환성">브라우저 호환성</h2> -<p class="hidden">The compatibility table in 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.builtins.String.repeat")}}</p> diff --git a/files/ko/web/javascript/reference/global_objects/string/search/index.html b/files/ko/web/javascript/reference/global_objects/string/search/index.html index 3d27d812fc..8e81cc312a 100644 --- a/files/ko/web/javascript/reference/global_objects/string/search/index.html +++ b/files/ko/web/javascript/reference/global_objects/string/search/index.html @@ -78,8 +78,6 @@ console.log(str.search(re2)); // returns -1 cannot find '.' dot punctuation</pre <h2 id="브라우저_호환성">브라우저 호환성</h2> -<p class="hidden">The compatibility table in 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.builtins.String.search")}}</p> <h2 id="Gecko-specific_notes">Gecko-specific notes</h2> diff --git a/files/ko/web/javascript/reference/global_objects/string/split/index.html b/files/ko/web/javascript/reference/global_objects/string/split/index.html index 7100e55a50..83d8136caa 100644 --- a/files/ko/web/javascript/reference/global_objects/string/split/index.html +++ b/files/ko/web/javascript/reference/global_objects/string/split/index.html @@ -217,8 +217,6 @@ var strReverse = str.split(/(?:)/u).reverse().join(''); <h2 id="브라우저_호환성">브라우저 호환성</h2> -<p class="hidden">The compatibility table in 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.builtins.String.split")}}</p> <h2 id="같이_보기">같이 보기</h2> diff --git a/files/ko/web/javascript/reference/global_objects/string/substring/index.html b/files/ko/web/javascript/reference/global_objects/string/substring/index.html index 91d13974c9..b4dbd8c170 100644 --- a/files/ko/web/javascript/reference/global_objects/string/substring/index.html +++ b/files/ko/web/javascript/reference/global_objects/string/substring/index.html @@ -178,8 +178,6 @@ replaceString('World', 'Web', 'Brave New World'); <h2 id="Browser_compatibility">Browser compatibility</h2> -<p class="hidden">The compatibility table in 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.builtins.String.substring")}}</p> <h2 id="See_also">See also</h2> diff --git a/files/ko/web/javascript/reference/global_objects/string/tolowercase/index.html b/files/ko/web/javascript/reference/global_objects/string/tolowercase/index.html index d91e48729f..c24dd27e3b 100644 --- a/files/ko/web/javascript/reference/global_objects/string/tolowercase/index.html +++ b/files/ko/web/javascript/reference/global_objects/string/tolowercase/index.html @@ -70,8 +70,6 @@ translation_of: Web/JavaScript/Reference/Global_Objects/String/toLowerCase <h2 id="브라우저_호환성">브라우저 호환성</h2> -<p class="hidden">The compatibility table in 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.builtins.String.toLowerCase")}}</p> <h2 id="참조">참조</h2> diff --git a/files/ko/web/javascript/reference/global_objects/string/tosource/index.html b/files/ko/web/javascript/reference/global_objects/string/tosource/index.html index d08a2a816a..b4b814de9b 100644 --- a/files/ko/web/javascript/reference/global_objects/string/tosource/index.html +++ b/files/ko/web/javascript/reference/global_objects/string/tosource/index.html @@ -38,8 +38,6 @@ translation_of: Web/JavaScript/Reference/Global_Objects/String/toSource <h2 id="Browser_compatibility">Browser compatibility</h2> -<p class="hidden">The compatibility table in 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.builtins.String.toSource")}}</p> <h2 id="See_also">See also</h2> diff --git a/files/ko/web/javascript/reference/global_objects/string/tostring/index.html b/files/ko/web/javascript/reference/global_objects/string/tostring/index.html index 999d5c0c74..197b679edd 100644 --- a/files/ko/web/javascript/reference/global_objects/string/tostring/index.html +++ b/files/ko/web/javascript/reference/global_objects/string/tostring/index.html @@ -47,7 +47,6 @@ console.log (x.toString ()); </font><font>// 'Hello world'를 기록합니다.</ <h2 id="브라우저_호환성"><font><font>브라우저 호환성</font></font></h2> -<p class="hidden"><font><font>이 페이지의 호환성 표는 구조화 된 데이터에서 생성됩니다. </font><font>데이터에 기여하려면 </font></font><a href="https://github.com/mdn/browser-compat-data"><font><font>https://github.com/mdn/browser-compat-data</font></font></a><font><font> 를 확인하고 </font><font>풀 요청을 보내주십시오.</font></font></p> <p><font><font>{{Compat ( "javascript.builtins.String.toString")}}</font></font></p> diff --git a/files/ko/web/javascript/reference/global_objects/string/trim/index.html b/files/ko/web/javascript/reference/global_objects/string/trim/index.html index 0f0b71f548..32c3607a1f 100644 --- a/files/ko/web/javascript/reference/global_objects/string/trim/index.html +++ b/files/ko/web/javascript/reference/global_objects/string/trim/index.html @@ -85,8 +85,6 @@ console.log(orig.trim()); // 'foo' <h2 id="브라우저_호환성">브라우저 호환성</h2> -<p class="hidden">The compatibility table in 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.builtins.String.trim")}}</p> <h2 id="참조">참조</h2> diff --git a/files/ko/web/javascript/reference/global_objects/string/valueof/index.html b/files/ko/web/javascript/reference/global_objects/string/valueof/index.html index e8e217d615..a8c7023700 100644 --- a/files/ko/web/javascript/reference/global_objects/string/valueof/index.html +++ b/files/ko/web/javascript/reference/global_objects/string/valueof/index.html @@ -71,8 +71,6 @@ console.log(x.valueOf()); // 'Hello world' 가 보여집니다. <h2 id="브라우저_호환성">브라우저 호환성</h2> -<p class="hidden">이 페이지의 호환성 표는 구조화된 데이터로부터 생성됩니다. 만약 데이터에 기여하고 싶다면, <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> 을 확인하시고 pull 요청을 보내주세요.</p> - <p>{{Compat("javascript.builtins.String.valueOf")}}</p> <h2 id="같이_보기">같이 보기</h2> diff --git a/files/ko/web/javascript/reference/global_objects/symbol/iterator/index.html b/files/ko/web/javascript/reference/global_objects/symbol/iterator/index.html index 820e63d1cb..b985818dcd 100644 --- a/files/ko/web/javascript/reference/global_objects/symbol/iterator/index.html +++ b/files/ko/web/javascript/reference/global_objects/symbol/iterator/index.html @@ -77,10 +77,6 @@ nonWellFormedIterable[Symbol.iterator] = () => 1 <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.builtins.Symbol.iterator")}}</p> <h2 id="관련_정보">관련 정보</h2> diff --git a/files/ko/web/javascript/reference/global_objects/webassembly/instantiate/index.html b/files/ko/web/javascript/reference/global_objects/webassembly/instantiate/index.html index c7b250c090..69e6b38bf8 100644 --- a/files/ko/web/javascript/reference/global_objects/webassembly/instantiate/index.html +++ b/files/ko/web/javascript/reference/global_objects/webassembly/instantiate/index.html @@ -154,8 +154,6 @@ onmessage = function(e) { <h2 id="Browser_compatibility" name="Browser_compatibility">Browser compatibility</h2> <div> -<div 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.</div> - <p>{{Compat("javascript.builtins.WebAssembly.instantiate")}}</p> </div> diff --git a/files/ko/web/javascript/reference/operators/object_initializer/index.html b/files/ko/web/javascript/reference/operators/object_initializer/index.html index 825c854848..21669048a6 100644 --- a/files/ko/web/javascript/reference/operators/object_initializer/index.html +++ b/files/ko/web/javascript/reference/operators/object_initializer/index.html @@ -42,8 +42,6 @@ var o = { <h3 id="ECMAScript_2015의_새로운_표기법">ECMAScript 2015의 새로운 표기법</h3> -<p>이 표기법에 대한 지원은 호환성 표를 참조해 주세요. 비지원 환경에서, 이 표기법은 구문 오류로 이어집니다.</p> - <pre class="brush: js notranslate">// 단축 속성명 (ES2015) let a = "foo", b = 42, c = {} let o = { a, b, c } @@ -286,10 +284,6 @@ assert(obj3.__proto__ === 17); <h2 id="브라우저_호환성">브라우저 호환성</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.operators.object_initializer")}}</p> <h2 id="참조">참조</h2> 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> diff --git a/files/ko/web/javascript/reference/template_literals/index.html b/files/ko/web/javascript/reference/template_literals/index.html index 3eaf2beb13..882dfc07a1 100644 --- a/files/ko/web/javascript/reference/template_literals/index.html +++ b/files/ko/web/javascript/reference/template_literals/index.html @@ -237,10 +237,6 @@ latex`\unicode` <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.grammar.template_literals")}}</p> <h2 id="See_also">See also</h2> |