Polyfill for bind() method
In this article, we are going to cover:
What is polyfill?
How to write our own polyfill for bind()?
What is polyfill?
According to MDN docs:
A polyfill is a piece of code (usually JavaScript on the Web) used to provide modern functionality on old...
sanketdhabarde.hashnode.dev4 min read