Skip to content

Instantly share code, notes, and snippets.

@kyungilpark
Created May 21, 2012 08:12
Show Gist options
  • Select an option

  • Save kyungilpark/2761122 to your computer and use it in GitHub Desktop.

Select an option

Save kyungilpark/2761122 to your computer and use it in GitHub Desktop.
gist helloworld
if(typeof console != "undefined" && console.log){
console.log("hello gist");
} else {
alert("hello gist");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment