aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web/javascript/reference/global_objects/number/toexponential/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/zh-cn/web/javascript/reference/global_objects/number/toexponential/index.html')
-rw-r--r--files/zh-cn/web/javascript/reference/global_objects/number/toexponential/index.html3
1 files changed, 0 insertions, 3 deletions
diff --git a/files/zh-cn/web/javascript/reference/global_objects/number/toexponential/index.html b/files/zh-cn/web/javascript/reference/global_objects/number/toexponential/index.html
index 1847290f1a..250b8ebc76 100644
--- a/files/zh-cn/web/javascript/reference/global_objects/number/toexponential/index.html
+++ b/files/zh-cn/web/javascript/reference/global_objects/number/toexponential/index.html
@@ -33,9 +33,6 @@ translation_of: Web/JavaScript/Reference/Global_Objects/Number/toExponential
<dl>
<dt>{{jsxref("Global_Objects/RangeError", "RangeError")}}</dt>
<dd>如果 <em>fractionDigits</em> 太小或太大将会抛出该错误。介于 0 和 20(包括20)之间的值不会引起 <code>RangeError</code> 。 执行环境也可以支持更大或更小范围。</dd>
-</dl>
-
-<dl>
<dt>{{jsxref("Global_Objects/TypeError", "TypeError")}}</dt>
<dd>如果该方法在一个非数值类型对象上调用。</dd>
</dl>