You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**Follow these steps for completing your project.**
@@ -24,15 +24,15 @@ With some basic JavaScript principles in hand, we can now expand our skills out
24
24
25
25
This task focuses on getting practice with higher order functions and callback functions by giving you an array of values and instructions on what to do with that array.
26
26
27
-
*[] Review the contents of the [callbacks.js](assignments/callbacks.js) file. Notice you are given an array at the top of the page. Use that array to aid you with your functions.
27
+
*[X] Review the contents of the [callbacks.js](assignments/callbacks.js) file. Notice you are given an array at the top of the page. Use that array to aid you with your functions.
28
28
29
-
*[] Complete the problems provided to you but skip over stretch problems until you are complete with every other JS file first.
29
+
*[X] Complete the problems provided to you but skip over stretch problems until you are complete with every other JS file first.
30
30
31
31
## Task 3: Array Methods
32
32
33
33
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.
34
34
35
-
*[] Review the contents of the [array-methods.js](assignments/array-methods.js) file.
35
+
*[X] Review the contents of the [array-methods.js](assignments/array-methods.js) file.
36
36
37
37
*[ ] Complete the problems provided to you but skip over stretch problems until you are complete with every other JS file first.
0 commit comments