aboutsummaryrefslogtreecommitdiff
path: root/files/ko/web/javascript/reference
diff options
context:
space:
mode:
authorBangHyeongSik <53025965+BangHyeongSik@users.noreply.github.com>2021-09-03 20:28:12 +0900
committerGitHub <noreply@github.com>2021-09-03 20:28:12 +0900
commit6b25ffedfb7c205f50bfe84f3b3955a3666bba48 (patch)
treeecfb2bbbcbed2582dea4e0a64fd71228af9d423e /files/ko/web/javascript/reference
parentbf8e099b9c8b3c60d60b3712b4fc97b052c39887 (diff)
downloadtranslated-content-6b25ffedfb7c205f50bfe84f3b3955a3666bba48.tar.gz
translated-content-6b25ffedfb7c205f50bfe84f3b3955a3666bba48.tar.bz2
translated-content-6b25ffedfb7c205f50bfe84f3b3955a3666bba48.zip
연결되지 않은 링크 연결 (#2217)
* 연결되지 않은 링크 연결 영어 문서에서는 연결되어 있는 링크가 한글 문서에서는 연결되어 있지 않은 것을 확인했습니다. 해당 변경 사항에서 링크가 연결되었는지 확인해주시기 바랍니다. * [ko-kr] 잘못된 문법 형식 변경 잘못된 문법 형식을 변경하였습니다. 검토자: yujo11
Diffstat (limited to 'files/ko/web/javascript/reference')
-rw-r--r--files/ko/web/javascript/reference/global_objects/isnan/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ko/web/javascript/reference/global_objects/isnan/index.html b/files/ko/web/javascript/reference/global_objects/isnan/index.html
index 0e76c007d7..906e6344eb 100644
--- a/files/ko/web/javascript/reference/global_objects/isnan/index.html
+++ b/files/ko/web/javascript/reference/global_objects/isnan/index.html
@@ -10,7 +10,7 @@ translation_of: Web/JavaScript/Reference/Global_Objects/isNaN
---
<div>{{jsSidebar("Objects")}}</div>
-<p><code><strong>isNaN()</strong></code> 함수는 어떤 값이 {{jsxref("NaN")}}인지 판별합니다. <code>isNaN</code> 함수는 몇몇 {{anch("일반적이지 않은 규칙")}}을 가지고 있으므로, ECMAScript 2015에서 추가한 {{jsxref("Number.isNaN()")}}으로 바꾸는 편이 좋을 수도 있습니다.</p>
+<p><code><strong>isNaN()</strong></code> 함수는 어떤 값이 {{jsxref("NaN")}}인지 판별합니다. <code>isNaN</code> 함수는 몇몇 <a href="special-behavior">혼란스러운 케이스</a>을 가지고 있으므로, ECMAScript 2015에서 추가한 {{jsxref("Number.isNaN()")}}으로 바꾸는 편이 좋을 수도 있습니다.</p>
<p>{{EmbedInteractiveExample("pages/js/globalprops-isnan.html")}}</p>