What happens if there is no catch block for a thrown error?
The program continues execution
The error is ignored
The program crashes or stops execution
A warning is displayed in the console
This question is part of this quiz :
Error Handling and Debugging