Polyfills
a polyfill is a piece of code (usually in JS) that provides modern functionality on older browsers that do not natively supports.
Map()
The map function in javascript is used to transform array by applying a function to each element in the array.
It ...
java-script.hashnode.dev4 min read