We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9d09ada + 9a07b1f commit 22cab45Copy full SHA for 22cab45
1-js/06-advanced-functions/03-closure/8-make-army/task.md
@@ -31,5 +31,5 @@ army[5](); // and number 5 also outputs 10...
31
// ... all shooters show 10 instead of their 0, 1, 2, 3...
32
```
33
34
-Why all shooters show the same? Fix the code so that they work as intended.
+Why do all of the shooters show the same value? Fix the code so that they work as intended.
35
0 commit comments