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.html12
1 files changed, 6 insertions, 6 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 585d340255..92d02f05bf 100644
--- a/files/zh-tw/web/javascript/reference/operators/typeof/index.html
+++ b/files/zh-tw/web/javascript/reference/operators/typeof/index.html
@@ -9,9 +9,9 @@ translation_of: Web/JavaScript/Reference/Operators/typeof
<h2 id="摘要">摘要</h2>
-<p style="line-height: 22px;">typeof 運算子會傳回一個字串值, 指出未經運算 (unevaluated) 的運算元所代表的型別。</p>
+<p>typeof 運算子會傳回一個字串值, 指出未經運算 (unevaluated) 的運算元所代表的型別。</p>
-<table class="standard-table" style="line-height: 22px;">
+<table class="standard-table">
<thead>
<tr>
<th colspan="2" scope="col">運算子</th>
@@ -31,13 +31,13 @@ translation_of: Web/JavaScript/Reference/Operators/typeof
<h2 id="語法">語法</h2>
-<p style="line-height: 22px;"><code style="font-size: 14px;">typeof</code> 之後面跟著它的唯一運算元:</p>
+<p><code>typeof</code> 之後面跟著它的唯一運算元:</p>
-<pre style="font-size: 14px;"><code style="font-size: 14px;">typeof <code style="font-size: 14px;"><em>operand</em></code></code></pre>
+<pre><code>typeof <code><em>operand</em></code></code></pre>
-<h2 id="Parameters" name="Parameters" style="margin: 0px 0px 0.8em; padding: 0px;">參數</h2>
+<h2 id="Parameters" name="Parameters">參數</h2>
-<div><code style="line-height: inherit; font-size: 14px;"><em>operand</em></code> 表示式代表傳入的物件或原始型別。</div>
+<div><code><em>operand</em></code> 表示式代表傳入的物件或原始型別。</div>
<h2 id="Description" name="Description">說明</h2>