ITI MCQ
Home
JAVASCRIPT AND CREATING WEB PAGE - Quiz
Categories
Computer Operator and Programming Assistant (COPA)
JAVASCRIPT AND CREATING WEB PAGE
1) Which keyboard in switch case statement specifies the code to run if there is no case match?
Break
Case
Default
End
2) Which statement is used to test a block of code for errors?
Catch
Finally
Throe
Try
3) Which statement is used to handle the error?
Try
Catch
Throw
Finally
4) Which statement is used create custom error in javascript?
Catch
Finally
Throw
Try
5) Which statement is used to execute code after try and catch?
Finally
Syntax error
Throw
Type error
Submit Quiz