diff options
Diffstat (limited to 'files/zh-cn/web/javascript/reference/global_objects/nan/index.html')
| -rw-r--r-- | files/zh-cn/web/javascript/reference/global_objects/nan/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/files/zh-cn/web/javascript/reference/global_objects/nan/index.html b/files/zh-cn/web/javascript/reference/global_objects/nan/index.html index 95eda30e2e..51f7154aa5 100644 --- a/files/zh-cn/web/javascript/reference/global_objects/nan/index.html +++ b/files/zh-cn/web/javascript/reference/global_objects/nan/index.html @@ -13,7 +13,7 @@ translation_of: Web/JavaScript/Reference/Global_Objects/NaN <div>{{EmbedInteractiveExample("pages/js/globalprops-nan.html")}}</div> -<h2 id="Description" name="Description">描述</h2> +<h2 id="Description">描述</h2> <p><code>NaN</code> 是一个<em>全局对象</em>的属性。</p> @@ -59,7 +59,7 @@ Number.isNaN('hello world'); // false</code></pre> <p>{{Compat("javascript.builtins.NaN")}}</p> -<h2 id="See_also" name="See_also">相关链接</h2> +<h2 id="See_also">相关链接</h2> <ul> <li>{{jsxref("Number.NaN")}}</li> |
