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