/lab1-adv-track

Foundations II: Javascript. First lab in the advanced track.

Primary LanguageJavaScript

Lab 1, Advanced Track

  1. Open your terminal and navigate to your projects directory.
  2. Run this: git clone https://github.com/martypdx/lab1-adv-track.git
  3. cd lab1-adv-track
  4. Run npm install.
  5. 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.
  6. Before you turn in your assignment, either:
    • run ./node_modules/.bin/grunt
    • npm install -g grunt-cli, then run grunt to check for jshint and jscs errors/warnings. Fix all the errors.