Polyfills and transpilers in Javascript
In this article, we will study polyfill and transpilers in Javascript. In the first part, we will go through the definitions. After that, we will implement polyfills for reduce, map, filter, and foreach. These are critical topics for the interview. Polyfills in Javascript Polyfills is a piece of code that uses to provide modern functionality … Read more Polyfills and transpilers in Javascript