Skip to content

Commit d5b8527

Browse files
committed
Completed Task 1: Forked and cloned
1 parent 1146fc5 commit d5b8527

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
With some basic JavaScript principles in hand, we can now expand our skills out even further by exploring callback functions, array methods, and closure. Finish each task in order as the concepts build on one another.
55

66
### Task 1: Set Up The Project With Git
7-
* [ ] Fork the project into your GitHub user account
8-
* [ ] Clone the forked project into a directory on your machine
9-
* [ ] You are now ready to build this project with your preferred IDE
10-
* [ ] Use `console.log()` statements to check your work.
7+
* [x] Fork the project into your GitHub user account
8+
* [x] Clone the forked project into a directory on your machine
9+
* [x] You are now ready to build this project with your preferred IDE
10+
* [x] Use `console.log()` statements to check your work.
1111

1212
### Task 2: Callbacks
1313
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.

0 commit comments

Comments
 (0)