- On GitHub, fork my lab 1 repo by clicking the "fork" button in the upper right.
- On your version of the repo, copy the "HTTPS clone url", midway down the right-hand side of your repo. It should be something like this: https://github.com/yourusernamehere/lab1-beg-track.git
- Open your terminal and navigate to your projects directory.
- Run this:
git clone thelinkyoujustcopiedgoeshere
- Change directories into your lab folder:
cd lab1-beg-track
- Run
npm install
. - Your assignment is in lab1.js. There are detailed instructions in the
comments. Be sure to read everything. Run lab.js with
node lab1.js
. - Before you turn in your assignment, run
grunt
to check for jshint and jscs errors/warnings. Fix all the errors. - List any resources you used (blogs, stack overflow questions, etc.) or collaborators below.
stephanielingwood/lab1-beg-track
Foundations II: Javascript. First lab in the beginner track.
JavaScript