JS Array methods in detail
Filter, Reduce, Every, Some and Map are methods previously accessible by using Lodash or Underscore libraries but are now native functions (in most modern browsers). Every javascript developer should know how to use them , with these methods you hopefully never use for loops again…