number Flashcards

1
Q

isFinite()

A

Checks whether a value is a finite number

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

isInteger()

A

Checks whether a value is an integer

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

isNaN()

A

Checks whether a value is Number.NaN

used as a builtin function

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

isSafeInteger()

A

Checks whether a value is a safe integer

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

toExponential(x)

A

Converts a number into an exponential notation

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

toFixed(x)

A

Formats a number with x numbers of digits after the decimal point

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

toPrecision(x)

A

Formats a number to x length

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

toString()

A

Converts a number to a string

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

valueOf()

A

Returns the primitive value of a number

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