- Make sure you're logged in to your account on GitHub.
- Click on the "Fork" button in the upper right. This will create a new copy of the repo, one that's associated with your account. This will take you to your account on GitHub - notice that the name in the upper left has changed from "codefellows" to yours, and underneath it should say "forked from codefellows/lab2-adv-track".
- Copy the link in the "HTTPS Clone URL" box on the right. Tip: that link should have your username in it, not codefellows.
- Open your terminal and navigate to your projects directory.
- Run this:
git clone paste-in-that-url-here
cd F2-JavaScript-lab2-adv-track
- Run
npm install
. - Your assignment is in lab2.js. There are detailed instructions in the
comments. Be sure to read everything. Run lab2.js with
node lab2.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.
forked from codefellows/F2-JavaScript-lab2-adv-track
-
Notifications
You must be signed in to change notification settings - Fork 0
timcmiller/F2-JavaScript-lab2-adv-track
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- JavaScript 100.0%