diff options
author | Florian Merz <me@fiji-flo.de> | 2021-02-11 12:08:35 +0100 |
---|---|---|
committer | Florian Merz <me@fiji-flo.de> | 2021-02-11 12:08:35 +0100 |
commit | 9368f65a6c94ddbf6bfe9f4f1f27f166b2e2129f (patch) | |
tree | 3eabcb7c51657ecbaf7acb8e9de10af73e86d96c /files/ja/orphaned/web/javascript/guide/loop_statements/index.html | |
parent | 6ef1fa4618e08426b874529619a66adbd3d1fcf0 (diff) | |
download | translated-content-9368f65a6c94ddbf6bfe9f4f1f27f166b2e2129f.tar.gz translated-content-9368f65a6c94ddbf6bfe9f4f1f27f166b2e2129f.tar.bz2 translated-content-9368f65a6c94ddbf6bfe9f4f1f27f166b2e2129f.zip |
unslug ja: modify
Diffstat (limited to 'files/ja/orphaned/web/javascript/guide/loop_statements/index.html')
-rw-r--r-- | files/ja/orphaned/web/javascript/guide/loop_statements/index.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/files/ja/orphaned/web/javascript/guide/loop_statements/index.html b/files/ja/orphaned/web/javascript/guide/loop_statements/index.html index 54ef32d2c9..93f9f2c65a 100644 --- a/files/ja/orphaned/web/javascript/guide/loop_statements/index.html +++ b/files/ja/orphaned/web/javascript/guide/loop_statements/index.html @@ -1,6 +1,7 @@ --- title: ループ文 -slug: Web/JavaScript/Guide/Loop_Statements +slug: orphaned/Web/JavaScript/Guide/Loop_Statements +original_slug: Web/JavaScript/Guide/Loop_Statements --- <h2 id=".E3.83.AB.E3.83.BC.E3.83.97.E6.96.87" name=".E3.83.AB.E3.83.BC.E3.83.97.E6.96.87">ループ文</h2> <p>ループは指定した条件が満たされている限り繰り返し実行されるコマンドのセットです。JavaScript は、label はもちろん、for、do while、while といったループ文をサポートしています(label 自体はループ文ではありませんが、これらの文とともに頻繁に使用されます)。さらに、<code>break</code> および <code>continue</code> 文をループ文の中で使うことができます。</p> |