churris-x / codewars

Solutions to codewars katas

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Codewars

Solutions to codewars katas.

Solutions are organized per file like so:

const solution0 = () => first solution

const solutionN = () => nth solution

const solution = () => final version 

const solutionB = () => alternative / generalized solution

Run files with $ node file.js

About

Solutions to codewars katas

License:MIT License


Languages

Language:JavaScript 100.0%