Hacker News new | ask | show | jobs
by d4n3 5149 days ago
You can use the javascript shim for console in HTML5 boilerplate to make it safe for use in IE. It even logs output to a global array, so you can inspect the console output in IE.

https://github.com/h5bp/html5-boilerplate/blob/master/js/plu...