mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-03-27 11:01:38 -04:00
Removed missing data from challenge text (#46832)
Removed false information from challenge text
This commit is contained in:
@@ -16,7 +16,7 @@ for (let user in users) {
|
||||
}
|
||||
```
|
||||
|
||||
This would log `Alan`, `Jeff`, `Sarah`, and `Ryan` - each value on its own line.
|
||||
This would log `Alan`, `Jeff`, and `Sarah` - each value on its own line.
|
||||
|
||||
In this statement, we defined a variable `user`, and as you can see, this variable was reset during each iteration to each of the object's keys as the statement looped through the object, resulting in each user's name being printed to the console.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user