FrontendDeveloper.in

JavaScript question detail

What are the various statements in error handling

Below are the list of statements used in an error handling,

  1. try: This statement is used to test a block of code for errors
  2. catch: This statement is used to handle the error
  3. throw: This statement is used to create custom errors.
  4. finally: This statement is used to execute code after try and catch regardless of the result.
Back to all JavaScript questions
Get LinkedIn Premium at Rs 399