I\'m using Firebug and have some statements like:
console.log(\"...\");
in my page. In IE8 (probably earlier versions too) I get script err
You can use console.log(...) directly in Firefox but not in IEs. In IEs you have to use window.console.