diff options
| author | DevJo <sa02045@naver.com> | 2021-12-13 19:50:12 +0900 |
|---|---|---|
| committer | Kyle <mkitigy@gmail.com> | 2021-12-27 07:55:15 +0900 |
| commit | c581ac7c5b0ba9552a0e34f467c4f62050e0c455 (patch) | |
| tree | 19b19a6799f4363e601ab6b24a009701e3dc186c /files/ko/web/javascript/reference/global_objects/number | |
| parent | 06bc06d023186d8d36f90c88e76a9e4c03446534 (diff) | |
| download | translated-content-c581ac7c5b0ba9552a0e34f467c4f62050e0c455.tar.gz translated-content-c581ac7c5b0ba9552a0e34f467c4f62050e0c455.tar.bz2 translated-content-c581ac7c5b0ba9552a0e34f467c4f62050e0c455.zip | |
remove: notranslate in web/javascript/reference/global_objects
Diffstat (limited to 'files/ko/web/javascript/reference/global_objects/number')
| -rw-r--r-- | files/ko/web/javascript/reference/global_objects/number/positive_infinity/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ko/web/javascript/reference/global_objects/number/positive_infinity/index.html b/files/ko/web/javascript/reference/global_objects/number/positive_infinity/index.html index a9aacad926..8df934febf 100644 --- a/files/ko/web/javascript/reference/global_objects/number/positive_infinity/index.html +++ b/files/ko/web/javascript/reference/global_objects/number/positive_infinity/index.html @@ -46,7 +46,7 @@ translation_of: Web/JavaScript/Reference/Global_Objects/Number/POSITIVE_INFINITY <p>다음 코드에서 <code>smallNumber</code>는 JavaScript의 최댓값보다 큰 값을 할당받습니다. {{jsxref("Statements/if...else", "if")}} 문이 실행되면, <code>bigNumber</code>의 값이 <code>Infinity</code>이므로 <code>bigNumber</code>는 계산에 좀 더 적합한 유한값을 다시 할당합니다.</p> -<pre class="brush: js notranslate">var bigNumber = (Number.MAX_VALUE) * 2; +<pre class="brush: js">var bigNumber = (Number.MAX_VALUE) * 2; if (bigNumber === Number.POSITIVE_INFINITY) { bigNumber = returnFinite(); |
