Frage im Vorstellungsgespräch bei Mindera

What is a polyfill in JavaScrip?

Antwort im Vorstellungsgespräch

Anonym

26. Juli 2025

A polyfill is code that implements a feature on web browsers that do not support it natively. For example, if Internet Explorer does not support Array.prototype.reduce, we can provide a polyfill so the method works as expected.