InterviewSolution
Saved Bookmarks
| 1. |
What is the other way of calling the Error Console in Firefox?(a) Error Window(b) JavaScript Console(c) JavaScript Window(d) Error or JavaScript WindowI got this question by my school teacher while I was bunking the class.This intriguing question comes from Forms of Debugging topic in chapter Caching, Debugging and Animation of JavaScript |
|
Answer» RIGHT OPTION is (b) JavaScript CONSOLE The 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 also termed as the JavaScript Console. |
|