2. Data Types Flashcards

1
Q

What is a Number Data Type ?

A

Decimals & integers

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

What is a String in Data Type?

A

Sequences of characters

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

What is a Boolean Data Type?

A

True or False

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

What is undefined in Datatype ?

A

Value taken by variable is not yet defined.

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

Null

A

Empty Value

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

Symbol to hide the code ?

A

\

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

Symbol to hide multiple lines of code ?

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

Operator to check Type of Value ?

A

typeof

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