Which keywords are used to handle exceptions?

0

Try… Catch---finally is used to handle exceptions in the JavaScript
Try{Code}Catch(exp){Code to throw an exception}Finally{Code runs either it finishes successfully or after catch}

asked Apr 14, 2023 at 19:43
Sign in to add a comment

0 Answers

0
📝 No answers yet!

Be the first to answer this interview question.

Your Answer

Sign in to post your answer and help the community.