Multiple choice technology web technology

Java script does not provide error handling through try-catch block

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

JavaScript fully supports error handling using try...catch...finally blocks, making the statement that it does not provide this feature false.