Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 329 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 329 Bytes

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