You Don’t Need JavaScript Native Methods!
Welcome, I’m sure you have come across something like, you don’t need Lodash, Underscore or Ramda, but this is the opposite. When ES6 came, people got excited and started using native JS methods instead of using utility lib functions for various reasons like performance, size reduction, dependencies-free, etc. Context I recommend you check out this … Read more