Skip to content

keshaseeley/GA-JS-SF-7-homework

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JavaScript Development Homework Repository

Office hours:
Mondays & Wednesdays from 5:30-6:30, location TBA.

Homework table is updated weekly.

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 ~/javascript_development folder. 3. Create a directory in the JS-SF-7-homework folder using your real name and github account name. Example: JS-SF-7-homework/Sasha-svodnik. That will make it easier for us to remember everyone's github name. :)
  3. For each homework add your files in a new hw_x directory in your personal directory. Example for homework #2: JS-SF-7-homework/Sasha-svodnik/hw_2/hubot.js

Example of how your local homework directory should be structured:

|-- javascript_development/
    |-- JS-SF-7-homework/
        |-- firstName-githubUsername/
            |-- hw_1/
                |- bottlesOfBeer.js
                |- randAddressGenerator.js
            |-- hw_2/
                |- hubot.js
            |-- hw_3/
            |-- hw_4/
            |-- hw_5/
    |-- JS-SF-7-resources/ (class repo)

Instructions

Submit homework by pushing to your JS-SF-7-homework fork, then submit a pull request

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

# Assignment Class Topic Due Date
00 CodeAcademy's JavaScript Fundamentals, and Try Git exercise 00-installfest Mon, 5/8

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 77.3%
  • HTML 14.8%
  • CSS 7.9%