Polyfills in javascript
May 22, 2024 · 2 min read · 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...
Join discussion

