DEV Community

Discussion on: I Use For Loops Almost Always In Javascript

Collapse
 
madhadron profile image
Fred Ross

At one point I was somewhat well known in the Haskell community, so functional programming feels very natural to me. And I only use for loops in JavaScript, since I have found the error messages and debugging support for map/filter/fold to be too unpleasant to use.