javascript-algorithms
javascript-algorithms copied to clipboard
Introduce ES6 syntax
A lot of these Algorithms use old ES syntax ie. using the "var" key-word, or an old way of function declaration......change this to ES6 syntax,
I started the project way before this new syntax was a thing. Modernization sounds good. Would you want to take a stab?
Yes please, would you assign me to this task??