diff options
author | t7yang <t7yang@gmail.com> | 2022-01-10 08:38:06 +0800 |
---|---|---|
committer | Irvin <irvinfly@gmail.com> | 2022-02-16 02:35:54 +0800 |
commit | b6a647eec4df2ae42be842b33af92dc7fc8b50b7 (patch) | |
tree | 49e52279f350a9513a0a27bc7570f471859786c0 /files/zh-tw/web/javascript/guide/loops_and_iteration/index.html | |
parent | ea514a38735125a2b5468300311ea8b2389c8863 (diff) | |
download | translated-content-b6a647eec4df2ae42be842b33af92dc7fc8b50b7.tar.gz translated-content-b6a647eec4df2ae42be842b33af92dc7fc8b50b7.tar.bz2 translated-content-b6a647eec4df2ae42be842b33af92dc7fc8b50b7.zip |
remove `summary` and `seoSummary` class for zh-TW
Diffstat (limited to 'files/zh-tw/web/javascript/guide/loops_and_iteration/index.html')
-rw-r--r-- | files/zh-tw/web/javascript/guide/loops_and_iteration/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
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 --- <div>{{jsSidebar("JavaScript Guide")}} {{PreviousNext("Web/JavaScript/Guide/Control_flow_and_error_handling", "Web/JavaScript/Guide/Functions")}}</div> -<p class="summary">迴圈提供一個快速又簡潔的方法來重複地做某件事。這個章節的<a href="/zh-TW/docs/Web/JavaScript/Guide">JavaScript教學</a>會介紹在JavaScript可以使用的幾種不同的迭代陳述式。 </p> +<p>迴圈提供一個快速又簡潔的方法來重複地做某件事。這個章節的<a href="/zh-TW/docs/Web/JavaScript/Guide">JavaScript教學</a>會介紹在JavaScript可以使用的幾種不同的迭代陳述式。 </p> <p>你可以將迴圈想成一個電腦版本的"往一個方向走X步,然後往另一個方向走Y步"的遊戲;作為範例,"往東走五步"可以用這個方法用迴圈表示:</p> |