mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-04-13 13:00:15 -04:00
chore(i18n,learn): processed translations (#47032)
This commit is contained in:
@@ -16,7 +16,7 @@ for (let user in users) {
|
||||
}
|
||||
```
|
||||
|
||||
これは `Alan`、`Jeff`、`Sarah`、`Ryan` を出力し、それぞれの値を独自の行に表示します。
|
||||
これは `Alan`、`Jeff`、`Sarah` の値を、それぞれ別の行に出力します。
|
||||
|
||||
このステートメントでは変数 `user` を定義しました。ご覧のように、for...in ステートメントでオブジェクトがループ処理されるとき、この変数は繰り返し処理ごとにオブジェクトの各キーにリセットされ、それぞれのユーザー名がコンソールに出力されます。
|
||||
|
||||
|
||||
Reference in New Issue
Block a user