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 Window |
|
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. |
|