Skip to content

Instantly share code, notes, and snippets.

@GengGao
Created June 3, 2013 19:04
Show Gist options
  • Save GengGao/5700469 to your computer and use it in GitHub Desktop.
Save GengGao/5700469 to your computer and use it in GitHub Desktop.
Better Feature check
var doSomthing = features.someFeature ? function() {
// Plan A
} : function() {
// Plan B
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment