From b6a647eec4df2ae42be842b33af92dc7fc8b50b7 Mon Sep 17 00:00:00 2001 From: t7yang Date: Mon, 10 Jan 2022 08:38:06 +0800 Subject: remove `summary` and `seoSummary` class for zh-TW --- files/zh-tw/web/javascript/guide/loops_and_iteration/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (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 ca913c3d2e..deb3a3ba8c 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 @@ -10,7 +10,7 @@ translation_of: Web/JavaScript/Guide/Loops_and_iteration ---
{{jsSidebar("JavaScript Guide")}} {{PreviousNext("Web/JavaScript/Guide/Control_flow_and_error_handling", "Web/JavaScript/Guide/Functions")}}
-

迴圈提供一個快速又簡潔的方法來重複地做某件事。這個章節的JavaScript教學會介紹在JavaScript可以使用的幾種不同的迭代陳述式。 

+

迴圈提供一個快速又簡潔的方法來重複地做某件事。這個章節的JavaScript教學會介紹在JavaScript可以使用的幾種不同的迭代陳述式。 

你可以將迴圈想成一個電腦版本的"往一個方向走X步,然後往另一個方向走Y步"的遊戲;作為範例,"往東走五步"可以用這個方法用迴圈表示:

-- cgit v1.2.3-54-g00ecf