DEV Community

Discussion on: Useful JS array methods to level up your game!

Collapse
 
darkwiiplayer profile image
𒎏Wii 🏳️‍⚧️

"X looks hard" is not a good reason not to use something. reduce (or fold, or inject, or whatever other programming languages call it) is an incredibly useful function and should be used.