Datatypes Flashcards

1
Q
which datatype?
var length = 16;
A

Number

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q
which datatype?
var lastName = "Johnson";
A

String

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q
whcich datatype?
var x = {
  firstName: "John",
  lastName: "Doe"
};
A

Object

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