marijnh / Eloquent-JavaScript

The sources for the Eloquent JavaScript book
https://eloquentjavascript.net
3.02k stars 796 forks source link

Remove unnecessary return statement #497

Closed havardox closed 4 years ago

marijnh commented 4 years ago

No, that's there on purpose. The built in reverse method also returns its array.