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
@@ -19,9 +19,9 @@ This task focuses on getting practice with callback functions by giving you an a
19
19
20
20
### Task 3: Array Methods
21
21
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.
22
-
*[] Review the contents of the [array-methods.js](assignments/array-methods.js) file.
23
-
*[] Complete the problems provided to you
24
-
*[] 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.
22
+
*[*] Review the contents of the [array-methods.js](assignments/array-methods.js) file.
23
+
*[*] Complete the problems provided to you
24
+
*[*] 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.
25
25
26
26
### Task 4: Closures
27
27
We have learned that closures allow us to access values in scope that have already been invoked.
// Create a callback function and invoke the function to test your work. You have been provided an example of a problem and a solution to see how this works with our items array. Study both the problem and the solution to figure out the rest of the problems.
0 commit comments