Polyfills in javascript
What exactly is Polyfill ?
Polyfill is a piece of javascript code that is used to provide or fill in some functionality that one browser might support but another browser might not support.
Let's take an example of arrow functions, they are basically...
lomesshh.hashnode.dev2 min read