Javascript 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.
2
Q
What is a web form?
A
Enables websites to collect user input data and selections.
3
Q
Is JavaScript compiled or interpreted?
A
Interpreted
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