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
+10-4Lines changed: 10 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,18 @@
1
1
# 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.
3
2
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
5
13
6
-
* Fork/Clone this repository.
7
14
* Complete all the exercises as described inside each assignment file.
8
15
* 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.
0 commit comments