Decoding JS (Part - 3): Polyfills and Transpilers
Polyfills
A polyfill is a piece of code, in JavaScript that is used to provide some functionality in a browser, that does not natively support it. They are written to replicate an API that is available in some browsers, for those who don't have it or...
harshita-kanal.hashnode.dev4 min read