Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 1.08 KB

File metadata and controls

19 lines (13 loc) · 1.08 KB

OOP Practice

A place to practice object-oriented programming (OOP) in JavaScript.

This is the base repository for the Init 2: OOP Practice with Bike Shop goal.

Getting Started

  1. Open a command line shell such as the Terminal app
  2. Fork & clone this repository
    Fork this repository on GitHub (help) and then clone your fork locally (help)
  3. Install Node.js and npm
    Follow the instructions in this Treehouse blog to install Node.js and npm using Homebrew on your Mac.
  4. Do your work in the subdirectories (bike-shop/, jsinfo/, music-player/)
    Be sure to read the README.md files in the subdiretories as well.

Resources

This goal makes use of the great exercises in http://javascript.info/ and http://exercism.io/.