Set 8 Practice Mode

Set Completed!

0 / 5

0%

Q2050
Permalink
Which keyboard in switch case statement specifies the code to run if there is no case match?
Q2051
Permalink
Which statement is used to test a block of code for errors?
Q2052
Permalink
Which statement is used to handle the error?
Q2053
Permalink
Which statement is used create custom error in javascript?
Q2054
Permalink
Which statement is used to execute code after try and catch?