Question 1: Which keyword is used to handle exceptions in JavaScript
Question 2: Which block is executed only if an error occurs
Question 3: Which block is executed no matter an error occurs or not
Question 4: Which keyword is used to generate a custom error
Question 5: What type of error occurs due to wrong syntax in JavaScript
Question 6: Which error occurs if a variable is used without declaring it
Question 7: Which error occurs when a number is not in the valid range
Question 8: Which method of Error object gives the error message
Question 9: Which method of Error object gives the error type
Question 10: Which block should always be written after try block