eggheadio-github / stack-overflow-copy-paste

Utility functions copy/pasted (and modified slightly) from Stack Overflow
441 stars 606 forks source link

Add a "reverseArrayInPlace" function #168

Closed jlkiri closed 6 years ago

jlkiri commented 6 years ago

Hi, I would like to practice by adding a function that reverses an array without creating a new one.

kentcdodds commented 6 years ago

Sounds great @jlkiri!

kentcdodds commented 6 years ago

Great work :+1: