Skip to content

Commit 5823457

Browse files
authored
minor
1 parent 3450a31 commit 5823457

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ With some basic JavaScript principles we can now expand our skills out even furt
1313
You will see more and more arrow functions as you progress deeper into JavaScript. Use the [function-conversion.js](assignments/function-conversion.js) file as a helper challenge to showcase some of the differences between ES5 and ES6 syntax.
1414

1515
### Array Methods
16-
Use `.forEach()`, `.map(), `.filter()`, and `.reduce()` to loop over an array with 50 objects in it. The [array-methods.js](assignments/array-methods.js) file contains several challenges built around a fund rasising 5k fun run event.
16+
Use `.forEach()`, `.map()`, `.filter()`, and `.reduce()` to loop over an array with 50 objects in it. The [array-methods.js](assignments/array-methods.js) file contains several challenges built around a fund rasising 5k fun run event.
1717

1818
* Read the instructions found within the file carefully to finish the challenges.
1919
* The last challenge is to come up with 3 problems to solve and then build a solution for them using any of the array methods listed above.

0 commit comments

Comments
 (0)