Office hours with Sasha (
@sasha
on Slack):
Tuesdays & Thursdays from 5:00-6:00, located at the common table to the left of the front desk.
This is the repository where you'll submit your homework.
Follow these directions closely to switch over to this repository.
- Fork this repository.
- Clone your fork to your
~/JSD
folder. - Create a directory in the
JS-SF-9-homework
folder using your first name, a dash, and your github account name (for instance,Sasha-svodnik
). That will make it easier for me to remember everyone's github name. :) - For each homework assignment, make sure to copy over the
Homework-x
directory from your start files to your named homework directory.
Example of how your local homework directory should be structured:
|-- JSD/
|-- JS-SF-9-homework/ (cloned from Github)
|-- firstName-githubUsername/
|-- Homework-1/
|- bottlesOfBeer.js
|- randAddressGenerator.js
|-- Homework-2/
|- hubot.js
|-- Homework-3/
|-- Homework-4/
|-- Homework-5/
...
Homework will be assigned on Thursdays, due the following Tuesday.
If any files are in the pull request outside of your personal folder, I will send it back to you to fix!
Submit homework by pushing to your JS-SF-9-homework repo, then submit a pull request