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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is “Bind” in JavaScript?

A

It binds an object to a function, and references it with the “this” keyword

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is JSX code?

A

JavaScript variables that hold html elements

How well did you know this?
1
Not at all
2
3
4
5
Perfectly