1.

Which of the following is the window that the Firefox sends the error messages to?(a) Bug Window(b) Error Issues(c) Error Window(d) Error ConsoleThis question was posed to me during an internship interview.My enquiry is from Forms of Debugging topic in section Caching, Debugging and Animation of JavaScript

Answer»

The correct OPTION is (d) Error Console

Explanation: The browsers like Firefox, Netscape and Mozilla send error MESSAGES to a SPECIAL window CALLED the JavaScript Console or Error Console. The Error Console is deprecated in Firefox and is now only made available if you SET the devtools.errorconsole.enabled preference to true.



Discussion

No Comment Found

Related InterviewSolutions