aboutsummaryrefslogtreecommitdiff
path: root/files/zh-tw/web/javascript/reference/operators
diff options
context:
space:
mode:
Diffstat (limited to 'files/zh-tw/web/javascript/reference/operators')
-rw-r--r--files/zh-tw/web/javascript/reference/operators/typeof/index.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/files/zh-tw/web/javascript/reference/operators/typeof/index.html b/files/zh-tw/web/javascript/reference/operators/typeof/index.html
index 92d02f05bf..e7f4c388e8 100644
--- a/files/zh-tw/web/javascript/reference/operators/typeof/index.html
+++ b/files/zh-tw/web/javascript/reference/operators/typeof/index.html
@@ -35,11 +35,11 @@ translation_of: Web/JavaScript/Reference/Operators/typeof
<pre><code>typeof <code><em>operand</em></code></code></pre>
-<h2 id="Parameters" name="Parameters">參數</h2>
+<h2 id="Parameters">參數</h2>
<div><code><em>operand</em></code> 表示式代表傳入的物件或原始型別。</div>
-<h2 id="Description" name="Description">說明</h2>
+<h2 id="Description">說明</h2>
<p>下表摘要列出了 <code>typeof 可能的傳回值</code>:</p>
@@ -170,7 +170,7 @@ typeof /s/ === 'object'; // Firefox 5+ ... // 符合 ECMAScript 5.1
<p><a class="external" href="http://ecma-international.org/ecma-262/5.1/#sec-11.4.3">ECMA-262 section 11.4.3</a></p>
-<h2 id="See_also" name="See_also">參照</h2>
+<h2 id="See_also">參照</h2>
<ul>
<li><a href="/en-US/docs/JavaScript/Reference/Operators/instanceof" title="/en-US/docs/JavaScript/Reference/Operators/instanceof">instanceof</a></li>