Skip to content

mattjones33/JS-SF-8-homework

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

JavaScript Development Homework Repository

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.

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 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. :)
  4. 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/

Weekly Homework

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
0 99-bottles-of-beer 02-data-types Monday, September 18th

About

Submit your homework via pull request!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 64.1%
  • HTML 18.7%
  • CSS 17.2%