diff options
Diffstat (limited to 'files/ko/web/javascript/reference/global_objects/number')
6 files changed, 0 insertions, 12 deletions
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> |
