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

A Syntax error
B Runtime error
C Both Syntax error and Runtime error
D Compilation error

Correct Answer: Both Syntax error and Runtime error

The browsers like Firefox, Netscape and Mozilla send error messages to a special window called the JavaScript Console or Error Console. 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.

Related Questions

Which of the following is added to prefs.js when the console is automatically opened during JavaScript error?
What is the other way of calling the Error Console in Firefox?
A new web browser window can be opened using which method of the Window object ?
Antonym of the word "Console is-"
The word most nearly opposite in meaning to console is :
What is the procedure to view the console in the Firefox?

Next steps