Skip to content
This repository has been archived by the owner on May 18, 2021. It is now read-only.

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

Notifications You must be signed in to change notification settings

codefellows/F2-JavaScript-lab1-adv-track

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lab 1, Advanced Track

  1. On GitHub, fork the lab 1 repo by clicking the "fork" button in the upper right.
  2. 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-adv-track.git
  3. Open your terminal and navigate to your projects directory.
  4. Run this: git clone thelinkyoujustcopiedgoeshere
  5. Change directories into your lab folder: cd lab1-adv-track
  6. Run npm install.
  7. 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.
  8. Before you turn in your assignment, run grunt to check for jshint and jscs errors/warnings. Fix all the errors.
  9. List any resources you used (blogs, stack overflow questions, etc.) or collaborators below.

Resources and Collaborators

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%