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-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,17 +16,17 @@ With some basic JavaScript principles in hand, we can now expand our skills out
16
16
17
17
**Follow these steps for completing your project.**
18
18
19
-
*[] Submit a Pull-Request to merge <firstName-lastName> Branch into master (student's Repo). **Please don't merge your own pull request**
20
-
*[] Add your project manager as a reviewer on the pull-request
21
-
*[] Your project manager will count the project as complete by merging the branch back into master.
19
+
*[X] Submit a Pull-Request to merge <firstName-lastName> Branch into master (student's Repo). **Please don't merge your own pull request**
20
+
*[X] Add your project manager as a reviewer on the pull-request
21
+
*[X] Your project manager will count the project as complete by merging the branch back into master.
22
22
23
23
## Task 2: Higher Order Functions and Callbacks
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
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.
0 commit comments