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
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,11 +25,11 @@ This task focuses on getting practice with callback functions by giving you an a
25
25
26
26
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.
27
27
28
-
*[] Review the contents of the [array-methods.js](assignments/array-methods.js) file.
28
+
*[x] Review the contents of the [array-methods.js](assignments/array-methods.js) file.
29
29
30
-
*[] Complete the problems provided to you
30
+
*[x] Complete the problems provided to you
31
31
32
-
*[] Notice the last three problems are up to you to create and solve. This is an awesome opportunity for you to push your critical thinking about array methods, have fun with it.
32
+
*[x] Notice the last three problems are up to you to create and solve. This is an awesome opportunity for you to push your critical thinking about array methods, have fun with it.
0 commit comments