Skip to content

abewartech/curriculum

 
 

Repository files navigation

Curriculum

Setup

1. Clone the (garageScript/curriculum) repository locally

2. To install all of the dependencies, run yarn in the root curriculum directory

Solve an Exercise

1. Pick an exercise that you would like to work on

2. Create a new branch for the exercise solution

3. Edit and save the solution file (e.g. vim curriculum/js1/1.js)

4. Test your solution using the appropriate script in ../tests

For example, to test your solution to curriculum/js1/1.js, run the following command:

yarn run test curriculum/js1/tests/1.js

About

GarageScript Curriculum

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.8%
  • HTML 0.2%