InterviewSolution
Saved Bookmarks
| 1. |
What will be the reaction when a catch clause has no conditionals?(a) Takes it to be 0(b) Takes it to be 1(c) Takes it to be true(d) Takes it to be falseThe question was asked by my school teacher while I was bunking the class.My question is based upon Shorthand functions and Multiple catch clauses in chapter Classes and Modules in JavaScript of JavaScript |
|
Answer» Correct option is (C) Takes it to be TRUE |
|