Status:

Some notes

The console is an object that is a browser-dependent object. Seamonkey doesn't have one by default. Firefox uses Firebug.

To use the console in Internet Explorer, start up Developer Tools (press F12). Once that is opened, the console object will make itself available immediately, there will be no need to refresh the page.

If trying to debug something, a try/catch approach seems most effective, cross-browser.