//Console.log Fallback for Internet Explorer
if ( !window.console ) {
window.console = new function() {
this.log = function(str) {};
this.dir = function(str) {};
};
};
Conteúdo para você se capacitar em programação
//Console.log Fallback for Internet Explorer
if ( !window.console ) {
window.console = new function() {
this.log = function(str) {};
this.dir = function(str) {};
};
};