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.

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

Variables

A

are containers for storing data values and must be identified with unique names.

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

Data Types

A

numbers, strings, objects

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

Functions

A

are executed when “something” invokes it (calls it)

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

Angle Brackets

A

<>

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

Brace Brackets

A

{}

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

Parentheses

A

()

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

Square Brackets

A

[]

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