diff --git a/subjects/for-each/README.md b/subjects/for-each/README.md index 7428c22c1..307325f11 100644 --- a/subjects/for-each/README.md +++ b/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