Skip to content

Commit 8f6a2c8

Browse files
authored
Update README.md
1 parent 21b7c87 commit 8f6a2c8

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,17 @@ With some basic JavaScript principles in hand, we can now expand our skills out
1616

1717
**Follow these steps for completing your project.**
1818

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.
2222

2323
## Task 2: Higher Order Functions and Callbacks
2424

2525
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.
2626

2727
* [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.
2828

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.
3030

3131
## Task 3: Array Methods
3232

0 commit comments

Comments
 (0)