👩💻 Join our community of thousands of amazing developers!
Update: use Paul Miller's solution, not mine. In short: if you want the console to work in IE, use Firebug Lite. If you just want it not to crash, see the files at the bottom. The web console is really useful, but it's not supported in (surprise) Internet Explorer. While you probably don't want to have console.log in your production code, you don't want to have your site break in IE because you use the console. In this case, you have two options. If you want it to actually work, Firebug Lite is ...