12345678910



Question 1: After executing the JavaScript statement a=(new Array(10)).toString(), what is the value of a?
1. string "10"
2. array of 10 empty strings
3. string ",,,,,,,,,"
4. This statement will cause an error.