Global Methods Flashcards

1
Q

decodeURI()

A

Decodes a URI

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

decodeURIComponent()

A

Decodes a URI component

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

encodeURI()

A

Encodes a URI

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

encodeURIComponent()

A

Encodes a URI component

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

eval()

A

Evaluates a string and executes it as if it was script code

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

isFinite()

A

Determines whether a value is a finite, legal number

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

isNaN()

A

Determines whether a value is an illegal number

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

Number()

A

Converts an object’s value to a number

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

parseFloat()

A

Parses a string and returns a floating point number

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

parseInt()

A

Parses a string and returns an integer

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

String()

A

Converts an object’s value to a string

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