Fix small grammar mistake in closure makeArmy task
This commit is contained in:
parent
74e603ad3f
commit
9a07b1fb23
1 changed files with 1 additions and 1 deletions
|
@ -31,5 +31,5 @@ army[5](); // and number 5 also outputs 10...
|
|||
// ... all shooters show 10 instead of their 0, 1, 2, 3...
|
||||
```
|
||||
|
||||
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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue