This repositary is a collection of solutions to different short coding Kata's (challenges). The aim is to collaboratively explore different JS methods and syntax approaches.
If you want to add a Kata:
- Create a folder with a short description of the Kata as its name
- Create a
question.md
file outlining the problem, answer and test cases - If possible add a test file for your solution
If you want to submit an attempt:
- Create your own branch
- Add your solution as a file with your name e.g.
AnishaSolution.js
- Raise a PR
- DO NOT delete your branch, continue to use it for all your contributions
If you want to review a solution:
- Add notes as comments in the
Solution.js
file - Raise a PR adding the solution owner as a reviewer