Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 820 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 820 Bytes

JS-KATA

These are the exercises for the elective.

  1. Start by forking this repo to make it your own. the fork button

  2. Then clone it using something like git clone https://github.com/yourgithubhandle/js-kata.git

  3. Everytime we change the original repository you should do a pull from our repository to grab the latest version (merging them into your own). git pull https://github.com/jofhatkea/js-kata.git

About the exercises

The exercises are structured into folders, each containing a README.md file and a folder called mysolution.

The only place you should add or change files, is in that folder

The easy way to read the .md file is by going to your repo at github.com

If you spot a spelling error or have something to add, please do a pull request :-)