From 0227170ae69b5b6c35c7cfa59ab54918241349fd Mon Sep 17 00:00:00 2001 From: allo Date: Fri, 18 Mar 2022 22:01:02 +0800 Subject: auto replace anch with scripts --- files/zh-tw/learn/javascript/first_steps/a_first_splash/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'files/zh-tw/learn/javascript') diff --git a/files/zh-tw/learn/javascript/first_steps/a_first_splash/index.html b/files/zh-tw/learn/javascript/first_steps/a_first_splash/index.html index 38c7e4a4c4..633cf832e2 100644 --- a/files/zh-tw/learn/javascript/first_steps/a_first_splash/index.html +++ b/files/zh-tw/learn/javascript/first_steps/a_first_splash/index.html @@ -455,7 +455,7 @@ greeting;
name = name + ' says hello!';
-

當我們進行真假值測試時 (例如{{anch("條件", "下面")}}),我們可以使用比較運算子,如:

+

當我們進行真假值測試時 (例如下面),我們可以使用比較運算子,如:

-- cgit v1.2.3-54-g00ecf