Office hours with Nicole (
@nicole
on Slack):
Mondays & Wednesdays from 5:30-6:30, located in classroom 8 or in the workspace (fire escape/lounge) just outside the classroom.
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
~/code
folder. - Create a directory in the
JS-SF-8-homework
folder using your real name and github account name. Example:JS-SF-8-homework/Sasha-svodnik
. That will make it easier for us to remember everyone's github name. :) - For each homework make sure to put your files in a new
hw_x
directory in your named directory. Example for homework #2:JS-SF-8-homework/Sasha-svodnik/hw_2/hubot.js
Example of how your local homework directory should be structured:
|-- code/
|-- JS-SF-8-resources/ (cloned from Github)
|-- JS-SF-8-homework/ (cloned from Github)
|-- firstName-githubUsername/
|-- hw_1/
|- bottlesOfBeer.js
|- randAddressGenerator.js
|-- hw_2/
|- hubot.js
|-- hw_3/
|-- hw_4/
|-- hw_5/
Homework will be assigned on Wednesdays, due the following Monday.
If any files are in the pull request outside of your personal folder, we will send it back to you to fix!
Submit homework by pushing to your jsd8-homework repo, then submit a pull request
# | Assignment | Class Topic | Due Date |
---|---|---|---|
1 | 99-bottles-of-beer |
02-data-types | Monday, September 18th |
2 | fizzBuzz , temperatureConverter , read about Hubot |
04-functions-scope | Monday, September 25th |
3 | json |
06-intro-to-DOM | Monday, October 2nd |
4 | madlibs |
08-intro-to-jQuery | Monday, October 9th |
5 | jquery-ajax |
10-ajax-api | Monday, October 16th |
6 | 500px |
12-advanced-apis | Monday, October 23rd |
7 | Feedr project |
13-feedr-lab | Monday, October 30th |
- | No more homework! Focus on Feedr & your final project :) |
- | - |