Make the console.log() command IE-8 compatible
I often use the command console.log() to trace the execution of my javascript functions in Firebug’s or Safari’s consoles. The only problem is, Internet Explorer doesn’t understand console.log() and moreover, it doesn’t error out gracefully.
Continue reading