aboutsummaryrefslogtreecommitdiff
path: root/files/zh-tw/learn/javascript
diff options
context:
space:
mode:
authorallo <yin199909@aliyun.com>2022-03-18 22:01:02 +0800
committerIrvin <irvinfly@gmail.com>2022-03-18 22:31:17 +0800
commit0227170ae69b5b6c35c7cfa59ab54918241349fd (patch)
treea402844e219afb50bb4f86a8ae9d1bf57ff47720 /files/zh-tw/learn/javascript
parent8824afb494e5398bc0efcf5f7eb78782096fc90c (diff)
downloadtranslated-content-0227170ae69b5b6c35c7cfa59ab54918241349fd.tar.gz
translated-content-0227170ae69b5b6c35c7cfa59ab54918241349fd.tar.bz2
translated-content-0227170ae69b5b6c35c7cfa59ab54918241349fd.zip
auto replace anch with scripts
Diffstat (limited to 'files/zh-tw/learn/javascript')
-rw-r--r--files/zh-tw/learn/javascript/first_steps/a_first_splash/index.html2
1 files changed, 1 insertions, 1 deletions
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;</pre>
<pre class="brush: js notranslate">name = name + ' says hello!';</pre>
-<p>當我們進行真假值測試時 (例如{{anch("條件", "下面")}}),我們可以使用比較運算子,如:</p>
+<p>當我們進行真假值測試時 (例如<a href="#條件">下面</a>),我們可以使用比較運算子,如:</p>
<table class="standard-table">
<thead>