Vidyalelo
JavaScript · Q97

Caching And Debugging

Programming · JavaScript · question 97

Q97

What kind of error notifications are shown in the console window?

A.
Syntax error
B.
Runtime error
C.
Both Syntax error and Runtime error
Answer
D.
None of the mentioned

Answer: Option C

Solution

Answer: Option C
Solution:
Error notifications that show up on Console or through Internet Explorer dialog boxes are the result of both syntax and runtime errors. These error notification include the line number at which the error occurred.