Question 1: What is the purpose of error handling in JavaScript?
Question 2: Which statement is used to handle errors in JavaScript?
Question 3: Which keyword is used to throw a custom error in JavaScript?
Question 4: What does the finally block do in error handling?
Question 5: What type of object is usually thrown in JavaScript errors?
Question 6: Which of the following is a built-in JavaScript error type?
Question 7: Where should you write the code that might throw an error?
Question 8: What will happen if there is an error and no try-catch is used?
Question 9: Which of these is NOT a JavaScript error type?
Question 10: How can you access the error message in a catch block?