JS Numbers Flashcards

1
Q

number.MAX_VALUE

A

Returns the largest number possible in JavaScript

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

number.MIN_VALUE

A

Returns the smallest number possible in JavaScript

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

number.NEGATIVE_INFINITY

A

Represents negative infinity (returned on overflow)

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

number.NaN

A

Represents a “Not-a-Number” value

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

number.POSITIVE_INFINITY

A

Represents infinity (returned on overflow)

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