aboutsummaryrefslogtreecommitdiff
path: root/files/ko/web/javascript/reference/global_objects/number/isnan/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ko/web/javascript/reference/global_objects/number/isnan/index.html')
-rw-r--r--files/ko/web/javascript/reference/global_objects/number/isnan/index.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/files/ko/web/javascript/reference/global_objects/number/isnan/index.html b/files/ko/web/javascript/reference/global_objects/number/isnan/index.html
index 301cd0f513..8e4b157667 100644
--- a/files/ko/web/javascript/reference/global_objects/number/isnan/index.html
+++ b/files/ko/web/javascript/reference/global_objects/number/isnan/index.html
@@ -11,7 +11,8 @@ translation_of: Web/JavaScript/Reference/Global_Objects/Number/isNaN
---
<div>{{JSRef}}</div>
-<p><span ><strong><code>Number.isNaN()</code></strong> 메서드는 주어진 값이 {{jsxref("NaN")}}인지 판별합니다.</span> 기존부터 존재한 전역 {{jsxref("isNaN", "isNaN()")}} 함수의 더 엄격한 버전입니다.</p>
+<p><strong><code>Number.isNaN()</code></strong> 메서드는 주어진 값이 {{jsxref("NaN")}}인지 판별합니다. 기존부터 존재한 전역 {{jsxref("isNaN", "isNaN()")}} 함수의 더 엄격한 버전입니다.</p>
+
<div>{{EmbedInteractiveExample("pages/js/number-isnan.html", "taller")}}</div>