Polyfills in JavaScript: Bridging the Gap Between Old and New
Introduction
Have you ever written modern JavaScript code only to find out it doesn’t work in older browsers? For example, you use Array.includes() and suddenly Internet Explorer throws an error. That’s where polyfills come to the rescue.
Think of po...
js-basic.hashnode.dev3 min read