Javascript and Creating Web Page Set 4

How many different values can be returned by the error name property in javascript ?
(A) 3
(B) 4
(C) 5
(D) 6
6
Which object method is used to return the value rounded down to its nearest interger?
(A) abs()
(B) ceil()
(C) floor()
(D) round()
floor()
Which special variable holds more than one value at a time?
(A) Array
(B) Element
(C) Function
(D) Object
Array
Which is the parameter name separator in javascript?
(A) ","
(B) ":"
(C) "-"
(D) "/"
,
Which function in javassript converts a number to a string?
(A) Num()
(B) Str()
(C) String()
(D) to string()
to string()