These are my solutions to codewars code katas. My profile in codewars can be found here. Languages used here are (at the moment):
- JavaScript (mainly)
- Python ( will be more in future )
This is my Codewarrior Profile Badge, current status:
There's a folder for each kata nested in its own kyu
├── 8-kyu/
│ ├── Mr. Freeze/
│ │ ├── index.js
│ │ └── index.test.js
│ └── ...
│
├── 7-kyu/
│ ├── Binary Addition/
│ │ ├── index.js
│ │ └── index.test.js
│ └── ...