Does JavaScript allow exception handling?
Yes, it provides try, catch as well as throw key word for exception handling
Yes, but it provides only try block
Yes, but it provides only Try catch block, but does not allow throw exception
No
Correct Answer : A
Which of the following is not the properties of screen objects in JavaScript?
Which of these data interchange formats has seen a decline in usage in favor of JSON?
Which of the following are the errors in JavaScript?