DEV Community

Discussion on: I Use For Loops Almost Always In Javascript

Collapse
 
albertomontalesi profile image
AlbertoM

My ex colleague used to use fancyreduce all the time which made it so much harder for me as a Junior to understand what was going on. Fancy one-liners are cool on codewars or similar sites but not so much in actual code that everybody in the team needs to understand.