πŸ“Š JavaScript
Q. 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) None of the mentioned
πŸ’¬ Discuss
βœ… Correct Answer: (C) Both Syntax error and Runtime error

Explanation: 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.

Explanation by: Mr. Dubey
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.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
131
Total Visits
πŸ“½οΈ
2 y ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
97%
Success Rate