aboutsummaryrefslogtreecommitdiff
path: root/files/zh-tw/web/javascript/data_structures
diff options
context:
space:
mode:
authort7yang <t7yang@gmail.com>2022-01-10 08:38:05 +0800
committerIrvin <irvinfly@gmail.com>2022-02-16 02:35:54 +0800
commita2617e517fe48fbd0fc283e05c82e32765a3fb12 (patch)
tree70e585d4faa5306d2f7dc4428aa72ede4b00b5c4 /files/zh-tw/web/javascript/data_structures
parentd9e9adb5f80a819fe46349bcf6d1faec734b09cd (diff)
downloadtranslated-content-a2617e517fe48fbd0fc283e05c82e32765a3fb12.tar.gz
translated-content-a2617e517fe48fbd0fc283e05c82e32765a3fb12.tar.bz2
translated-content-a2617e517fe48fbd0fc283e05c82e32765a3fb12.zip
remove font tag in zh-TW
Diffstat (limited to 'files/zh-tw/web/javascript/data_structures')
-rw-r--r--files/zh-tw/web/javascript/data_structures/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/zh-tw/web/javascript/data_structures/index.html b/files/zh-tw/web/javascript/data_structures/index.html
index 29f1a048b8..f39aab97d0 100644
--- a/files/zh-tw/web/javascript/data_structures/index.html
+++ b/files/zh-tw/web/javascript/data_structures/index.html
@@ -250,7 +250,7 @@ Infinity
<p>JavaScript has a standard library of built-in objects. Please have a look at the <a href="/en-US/docs/Web/JavaScript/Reference/Global_Objects">reference</a> to find out about more objects.</p>
-<h2 id="使用_typeof_運算子來判斷型別"><code><font face="x-locale-heading-primary, zillaslab, Palatino, Palatino Linotype, x-locale-heading-secondary, serif">使用 </font>typeof</code> 運算子來判斷型別</h2>
+<h2 id="使用_typeof_運算子來判斷型別">使用 <code>typeof</code> 運算子來判斷型別</h2>
<p><code>typeof</code> 運算子可以幫助你找到你的變數型別,請閱讀〈<a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/typeof">reference page</a> 〉來取得更多細節及邊緣案例。</p>