Whats the best approach for preventing errors when console.log calls have been left in JavaScript and it is executed on Browsers without a console or with console deactivated. Is there a way it can be automatically overridden to become a javascript alert for example?
Whats the best approach for preventing errors when console.log calls have been left in
Share
You can of course add more of the functions that console normally has.