Which keywords are used to handle exceptions?
Answer / Nikesh Gupta
"The try...catch blocks are used in JavaScript to handle exceptions (errors). The try block contains the code that may throw an exception, and the catch block contains the code that handles the exception."
| Is This Answer Correct ? | 0 Yes | 0 No |
What will be the output of the following code? //nfe (named function expression) var Foo = Function Bar() { return 7; }; typeof Bar();
Are javascript variables global?
why array is called the collection of similar datatypes?
Is there any difference between javascript and jscript?
What is meant by object oriented programming?
What is the use of blur function?
Explain few difference between null, undefined or undeclared javascript variable?
Name the different types of pop up boxes in Javascript?
What are self Executing Functions?
Is JavaScript case sensitive? Give an example?
How to trigger a postback on an updatepanel from javascript?
What is isnan in javascript?