Runtime Errors in javascript JS

·

1 min read

While the code is executing, such as when trying to access on undefined variable or when a function is not found. These errors can be handled using exception handling

Only runtime error which accur during the exception can be handled using exception handling in javascript