IE and the Javascript Console
Internet Explorer doesn't have a console object defined on window unless the developer tools are being used. The solution:
if (!window.console) console = { log: function () { } };
Written by Kyle
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Javascript
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#