Skip to content

Instantly share code, notes, and snippets.

@biilmann
Created April 4, 2013 04:07
Show Gist options
  • Select an option

  • Save biilmann/5307751 to your computer and use it in GitHub Desktop.

Select an option

Save biilmann/5307751 to your computer and use it in GitHub Desktop.
if (console.log) {
var greet = function(name) { console.log(name); }
} else {
var greet = function(name) { alert(name); }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment