Terminology Flashcards
(3 cards)
1
Q
Define “polyfill”
A
A piece of code (usually JavaScript on the Web) used to provide modern functionality on older browsers that do not natively support it
2
Q
What is “Bind” in JavaScript?
A
It binds an object to a function, and references it with the “this” keyword
3
Q
What is JSX code?
A
JavaScript variables that hold html elements