I made a simple Task Manager using local.storage and I\'m using console.log to set some variables but with that, the entire task app doesn\'t work in IE.
Is there an
There's no console.log in IE unless you have Firebug light on. It's gonna turn into a undefined method/variable error
More information here: Does IE9 support console.log, and is it a real function?