Polyfill for .filter()
Polyfill
A polyfill (or polyfiller) is a piece of code (usually JavaScript on the Web) used to provide modern functionality on older browsers that do not natively support it.
Polyfills are used to address issues where browsers implement the same fea...
smishra.hashnode.dev3 min read