Skip to content

Instantly share code, notes, and snippets.

@adikahorvath
Last active August 29, 2015 14:17
Show Gist options
  • Save adikahorvath/e6b0ba96941ed7d1b42e to your computer and use it in GitHub Desktop.
Save adikahorvath/e6b0ba96941ed7d1b42e to your computer and use it in GitHub Desktop.
console exists
if (typeof console == "object") {
console.log("hello world");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment