Skip to content

Borgaard/jsd5-homework

Repository files navigation

JavaScript Development Homework Repository

Office hours:
Tuesdays & Thursdays from 5:30-6:30, located in classroom 7 or in the workspace (fire escape/lounge) just outside the classroom.

How To Use This Repo

This is the repository where you'll submit your homework.
Follow these directions closely to switch over to this repository.

  1. Fork this repository.
  2. Clone your fork to your ~/code folder.
  3. Create a directory in the jsd5-homework folder using your real name and github account name. Example: jsd5-homework/Sasha-svodnik. That will make it easier for us to remember everyone's github name. :)
  4. For each homework make sure to put your files in a new hw_x directory in your named directory. Example for homework #2: jsd5-homework/Sasha-svodnik/hw_2/hubot.js

Example of how your local homework directory should be structured:

|-- code/   
    |-- jsd5-homework/
        |-- firstName-githubUsername/
            |-- hw_1/
                |- bottlesOfBeer.js
                |- randAddressGenerator.js
            |-- hw_2/
                |- hubot.js
            |-- hw_3/
            |-- hw_4/
            |-- hw_5/

Instructions

Use this repository for your homework and any files you are contributing in class.

If any files are in the pull request outside of your personal folder, we will send it back to you to fix it!

Weekly Homework

Submit homework by pushing to your jsd5-homework repo, then submit a pull request

# Assignment Class Topic Due Date
1 Eloquent JavaScript: interactive chapters 1 & 2 JavaScript on the command line Thursday, November 3rd
2 99 Bottles of Beer - contains reading for next week Data types & loops Tuesday, November 8th
3 Dice, Ages, and FizzBuzz
Bonus: random address generator. - contains reading for next week
Conditionals & Functions Tuesday, November 15th
4 Hubot lab - contains reading for next week Hubot in-class lab Tuesday, November 22nd
5 Madlibs, 99 Bottles of Beer - contains reading for next week Intro to the DOM & jQuery Tuesday, November 29th
6 Recipes template & Open Weather API - contains reading for next week DOM & jQuery continued, Ajax & APIs Tuesday, December 6th
7 Zippopotam API - contains reading for next week Async & Callbacks Tuesday, December 13th
8 500px photos API - contains reading for next week Advanced APIs Tuesday, December 20th
9 Feedr lab Feedr APIs Tuesday, January 3rd (3 weeks!)
10 Stocks - contains reading for next week Prototypal Inheritance Tuesday, December 20th
11 Person Module
Recommended Bonus: Firebase code lab & preview of what we'll be doing when we return from break.
Module pattern & .this Tuesday, January 3rd
12 - -

About

Homework repository for JavaScript Development, cohort 5

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published