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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,9 +20,9 @@ With some basic JavaScript principles in hand, we can now expand our skills out
20
20
*[ ] Add your project manager as a reviewer on the pull-request
21
21
*[ ] Your project manager will count the project as complete by merging the branch back into master.
22
22
23
-
## Task 2: Callbacks
23
+
## Task 2: Higher Order Functions and Callbacks
24
24
25
-
This task focuses on getting practice with callback functions by giving you an array of values and instructions on what to do with that array.
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
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.
0 commit comments