aboutsummaryrefslogtreecommitdiff
path: root/files/ko/web/javascript/reference/global_objects/isnan/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ko/web/javascript/reference/global_objects/isnan/index.html')
-rw-r--r--files/ko/web/javascript/reference/global_objects/isnan/index.html3
1 files changed, 2 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 a6fed21075..0e76c007d7 100644
--- a/files/ko/web/javascript/reference/global_objects/isnan/index.html
+++ b/files/ko/web/javascript/reference/global_objects/isnan/index.html
@@ -5,6 +5,7 @@ tags:
- JavaScript
- Method
- Reference
+browser-compat: javascript.builtins.isNaN
translation_of: Web/JavaScript/Reference/Global_Objects/isNaN
---
<div>{{jsSidebar("Objects")}}</div>
@@ -180,7 +181,7 @@ isNaN() == isNaN(Number()) // 거짓, isNaN() == true 및 Number() == 0 때문
<h2 id="브라우저_호환성">브라우저 호환성</h2>
-<div id="compat-mobile">{{Compat("javascript.builtins.isNaN")}}</div>
+<div>{{Compat}}</div>
<h2 id="같이_보기">같이 보기</h2>