Skip to content

Commit 0df42cc

Browse files
Typo Fix.
Changed "fund rasising" to "fundraising" and "5k" to "5K".
1 parent 91ff21a commit 0df42cc

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
@@ -20,7 +20,7 @@ With some basic JavaScript principles we can now expand our skills out even furt
2020
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.
2121

2222
### Array Methods
23-
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.
23+
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 fundraising 5K fun run event.
2424

2525
* Read the instructions found within the file carefully to finish the challenges.
2626
* 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)