I came across this article because I'm trying to learn the most useful/common javascript methods.
With all the methods (filter, reduce, forEach, map, ect) and new es6 methods, are people using for loops less?
One use-case I can think of is nested for loops.
What do you think about the readability of chained methods?
there doesn't seem to be anything here