Skip to content

Commit 1eb55ed

Browse files
committed
Updated readme instructions
1 parent bb574f9 commit 1eb55ed

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

README.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,18 @@
11
# JavaScript - III
2-
This challenge focuses on using the `this` keyword as well as getting comfortable with prototypes by building out a fantasy themed video game.
32

4-
## Assignment Description
3+
This challenge focuses on using the `this` keyword as well as getting comfortable with prototypes by building out a fantasy themed video game.
4+
5+
## Git Set up
6+
7+
* [ ] Fork the project into your GitHub user account
8+
* [ ] Clone the forked project into a directory on your machine
9+
* [ ] Create a pull request before you start working on the project requirements. You will continuously push your updates throughout the project.
10+
* [ ] You are now ready to build this project with your preferred IDE
11+
12+
## Assignment Set Up
513

6-
* Fork/Clone this repository.
714
* Complete all the exercises as described inside each assignment file.
815
* To test your `console.log()` statements, open up the index.html file found in the assignments folder and use the developer tools to view the console.
9-
* Once you finish the exercises in each file, commit your code, and push it to your fork.
1016

1117
## The `this` keyword
1218

0 commit comments

Comments
 (0)