From 12a899ab8540bc84f56a0dc6491be80a48499d49 Mon Sep 17 00:00:00 2001 From: t7yang Date: Mon, 10 Jan 2022 08:38:07 +0800 Subject: remove name attribute for zh-TW --- files/zh-tw/web/javascript/reference/operators/typeof/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'files/zh-tw/web/javascript/reference/operators') 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
typeof operand
-

參數

+

參數

operand 表示式代表傳入的物件或原始型別。
-

說明

+

說明

下表摘要列出了 typeof 可能的傳回值:

@@ -170,7 +170,7 @@ typeof /s/ === 'object'; // Firefox 5+ ... // 符合 ECMAScript 5.1

ECMA-262 section 11.4.3

-

參照

+

參照