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.
- Open a command line shell such as the Terminal app
- Fork & clone this repository
Fork this repository on GitHub (help) and then clone your fork locally (help) - Install Node.js and npm
Follow the instructions in this Treehouse blog to install Node.js and npm using Homebrew on your Mac. - Do your work in the subdirectories (
bike-shop/,jsinfo/,music-player/)
Be sure to read theREADME.mdfiles in the subdiretories as well.
This goal makes use of the great exercises in http://javascript.info/ and http://exercism.io/.