Web 2 JavaScript Flashcards
1
Q
JavaScript
A
A web-scripting code that interacts with HTML code to create dynamic content, such as rollovers or interactive forms on a web page; also called JS.
2
Q
Variables
A
are containers for storing data values and must be identified with unique names.
3
Q
Data Types
A
numbers, strings, objects
4
Q
Functions
A
are executed when “something” invokes it (calls it)
5
Q
Angle Brackets
A
<>
6
Q
Brace Brackets
A
{}
7
Q
Parentheses
A
()
8
Q
Square Brackets
A
[]