mgechev / javascript-algorithms

💻 JavaScript implementations of computer science algorithms
https://mgechev.github.io/javascript-algorithms/
MIT License
7.83k stars 1.28k forks source link

Introduce ES6 syntax #194

Open Ankush263 opened 2 years ago

Ankush263 commented 2 years ago

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,

mgechev commented 2 years ago

I started the project way before this new syntax was a thing. Modernization sounds good. Would you want to take a stab?

Ankush263 commented 2 years ago

Yes please, would you assign me to this task??