Skip to content

Instantly share code, notes, and snippets.

@vdite
Created June 18, 2013 19:59
Show Gist options
  • Save vdite/5808743 to your computer and use it in GitHub Desktop.
Save vdite/5808743 to your computer and use it in GitHub Desktop.
Javascript console debugging - don't use just console.log(); - it fails on IE Make sure, console is defined
if(console!="undefined"){console.log('myLog');}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment