What does polyfill mean?



What does polyfill mean?..

Answer / Subhash Kumar Mishra

Polyfill is a piece of code that provides the functionality of new or non-standard APIs (Application Programming Interfaces) to older browsers that do not natively support them, thus making it possible for modern JavaScript features to work on older platforms.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More JavaScript Interview Questions

What is dom in javascript?

1 Answers  


What is the difference between remove() and removeChild()?

1 Answers  


How to go next field without filling the text? Which function should we use?

4 Answers  


How to write a function in javascript?

1 Answers  


How to remove the event listener?

1 Answers  


What are a fixed-width table and its advantages in javascript?

1 Answers  


What are javascript objects?

1 Answers  


What is the difference between local storage & session storage?

1 Answers  


What is the scope of variables in JavaScript?

1 Answers  


Define escape() function?

0 Answers  


Hi Friends, I am new to java, please provide some use full docs, and where can i get basic Java script docs... thanx in advance

8 Answers  


What is console.log()?

1 Answers  


Categories