Skip to content

bethadele/F2JSPDX-Lab2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

F2JS Codefellows

Lab 2

  1. Make sure you're logged in to your account on GitHub.
  2. Use the link to clone the repo locally:
  3. git clone https://github.com/bethadele/F2JSPDX-Lab2.git
  4. cd F2JSPDX-Lab2
  5. git checkout -b your-github-username
  6. Run npm install.
  7. Your assignment is in lab2.js. There are detailed instructions in the comments. Be sure to read everything. Run lab.js with node lab2.js.
  8. Before you turn in your assignment, run ./node_modules/.bin/grunt (or just grunt, if you have it installed globally) to check for jshint and jscs errors/warnings. Fix all the errors.

Turning in the assignment

Push your branch:

  1. git add . (Yes, you need that period.)
  2. git commit -m "a descriptive message of what you've done goes here"
  3. git status look good?
  4. git push -u origin your-branch-name
  5. subsequent pushes can be git push

About

Lab 2: Advanced Track

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 87.1%
  • HTML 12.9%