Skip to content

Instantly share code, notes, and snippets.

@searls
Created August 29, 2010 12:26
Show Gist options
  • Save searls/556249 to your computer and use it in GitHub Desktop.
Save searls/556249 to your computer and use it in GitHub Desktop.
function Ninja(weaponOfChoice) {
this.weaponOfChoice = weaponOfChoice;
};
var michelangelo = new Ninja('nanchaku');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment