From 7c2556fe79c44d7c31108b8c8b048d2b7704a95e Mon Sep 17 00:00:00 2001 From: t7yang Date: Mon, 10 Jan 2022 08:38:04 +0800 Subject: remove span tag in zh-TW --- files/zh-tw/web/javascript/data_structures/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'files/zh-tw/web/javascript/data_structures') diff --git a/files/zh-tw/web/javascript/data_structures/index.html b/files/zh-tw/web/javascript/data_structures/index.html index 9a69b13f32..29f1a048b8 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

JavaScript has a standard library of built-in objects. Please have a look at the reference to find out about more objects.

-

使用 typeof 運算子來判斷型別

+

使用 typeof 運算子來判斷型別

typeof 運算子可以幫助你找到你的變數型別,請閱讀〈reference page 〉來取得更多細節及邊緣案例。

-- cgit v1.2.3-54-g00ecf