Is there an equivalent to Firefox\'s \"Error console\" in other browsers? I find the error console handy for finding JavaScript errors, but there doesn\'t seem to be an equi
Any of these:
Hit F12 or Ctrl+Shift+I right-click on any element on the page, and "Inspect Element" Wrench button -> Tools -> Developer Tools
Then go to Console tab