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 --- .../web/javascript/guide/loops_and_iteration/index.html | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'files/zh-tw/web/javascript/guide/loops_and_iteration/index.html') diff --git a/files/zh-tw/web/javascript/guide/loops_and_iteration/index.html b/files/zh-tw/web/javascript/guide/loops_and_iteration/index.html index deb3a3ba8c..52e02ebace 100644 --- a/files/zh-tw/web/javascript/guide/loops_and_iteration/index.html +++ b/files/zh-tw/web/javascript/guide/loops_and_iteration/index.html @@ -26,14 +26,14 @@ for (step = 0; step < 5; step++) {

在javaScript中提供的迴圈陳述式分別為:

for 陳述式

-- cgit v1.2.3-54-g00ecf