other Flashcards

1
Q

What happens in web application when you hit the GO button?

A

An HTTP request is sent to the server. The hosted application’s logic will then process the request and the server will then send back an HTTP response.

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

What is a polyfill?

A

A polyfill is code that implements a feature on web browsers that do not support the feature.
A common example would be to enable HTML5 features in an older browser that doesn’t have builtin support.

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