Javascript Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

What is JavaScript?

A

A script language, usually used to add user interactivity to websites, including: manipulation of page objects, animations, navigation tools and form of validation.

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

What is a web form?

A

Enables websites to collect user input data and selections.

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

Is JavaScript compiled or interpreted?

A

Interpreted

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

Why is JavaScript interpreted, instead of compiled?

A

Compiling, produces object code in which is specific for to a particular type of processor. However for JavaScript object code produced should be compatible with the computer the browser is running on

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