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
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,9 +11,10 @@ With some basic JavaScript principles in hand, we can now expand our skills out
11
11
12
12
### Task 2: Callbacks
13
13
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.
14
-
*[ ] 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 callback functions. **Remember that a callback function is a function that is being passed around to other functions.**
15
-
*[ ] Write out each function using the `ES5``function` keyword syntax.
16
-
*[ ] Solve the problems listed. Save the stretch problems until you have completed Tasks 1-4.
14
+
*[*] 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 callback functions. **Remember that a callback function is a function that is being passed around to other functions.**
15
+
*[*] Write out each function using the `ES5``function` keyword syntax.
16
+
*[*] Solve the problems listed. Save the stretch problems until you have completed Tasks 1-4.
17
+
#### THERE ARE FIVE CHALLENGES PLUS STRETCH? || IS THE FIFTH CHALLENGE IS SUPPOSED TO BE STRETCH?
0 commit comments