Browse Source

docs(for-each): correct grammar

1124-swap-args-test
davhojt 2 years ago committed by Dav Hojt
parent
commit
d6b8797947
  1. 2
      subjects/for-each/README.md

2
subjects/for-each/README.md

@ -2,7 +2,7 @@
### Instructions
Create a `forEach` function that takes an array as the first argument, a function as the second argument,
Create a function named `forEach` which takes an array as the first argument, a function as the second argument,
and that works like the `Array.prototype.forEach` method.
### Notions

Loading…
Cancel
Save