JAVASCRIPT AND CREATING WEB PAGE - Practice Mode

1) How many different values can be returned by the error name property in javascript ?
Correct Answer: 6
2) Which object method is used to return the value rounded down to its nearest integer?
Correct Answer: floor()
3) Which special variable holds more than one value at a time?
Correct Answer: Array
4) Which is the parameter name separator in javascript?
Correct Answer: ","
5) Which function in javassript converts a number to a string?
Correct Answer: to string()