From a2617e517fe48fbd0fc283e05c82e32765a3fb12 Mon Sep 17 00:00:00 2001 From: t7yang Date: Mon, 10 Jan 2022 08:38:05 +0800 Subject: remove font tag in zh-TW --- .../web/javascript/reference/operators/conditional_operator/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'files/zh-tw/web/javascript/reference/operators/conditional_operator') diff --git a/files/zh-tw/web/javascript/reference/operators/conditional_operator/index.html b/files/zh-tw/web/javascript/reference/operators/conditional_operator/index.html index c16dc0cff1..cd0ccfa160 100644 --- a/files/zh-tw/web/javascript/reference/operators/conditional_operator/index.html +++ b/files/zh-tw/web/javascript/reference/operators/conditional_operator/index.html @@ -23,7 +23,7 @@ translation_of: Web/JavaScript/Reference/Operators/Conditional_Operator
exprIfTrue
如果 condition 的值是 truthy (等於或是可轉換為 true) , exprIfTrue  會被執行
exprIfFalse
-
如果 condition 的值是 falsy (等於或是可轉換為 false) , exprIfFalse  會被執行
+
如果 condition 的值是 falsy (等於或是可轉換為 false) , exprIfFalse  會被執行

描述

-- cgit v1.2.3-54-g00ecf