Learning how to program.
photo credit: https://www.warnerbros.com/movies/2001-space-odyssey/
- fork repo
- clone repo
- make a new branch for todays adventure
- open project in VS CODE
- open
index.html
inside the1_space_odyssey
folder and use VS CODE Live Server to run the site - in the
js
folder create folder for you eg.hesh-9000
and in it create anapp.js
file - open
_adventures-9000/app.js
copy the contents into yourapp.js
- conquer each adventure in sequence that they appear
- definition of done is a pull request
Best way to play split your screen in two, have the browser console open on the right so that you can see the console output as you code (Don't code blind).
Also in the index.html
page only include your
javascript file