Skip to content

Instantly share code, notes, and snippets.

@aloha
Last active December 30, 2015 04:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aloha/7776562 to your computer and use it in GitHub Desktop.
Save aloha/7776562 to your computer and use it in GitHub Desktop.
Vocab for New Amer'ca Visitors
var anze = new PersonInAmerca();
// Vocabulary Broadening
if(anze.knowsSlang('fresh')) {
console.warn('its a really old reference, used sparingly');
} else {
var newWord = anze.addVocab('fresh');
newWord.meaning('cool')
.meaning('awesome')
.meaning('amazing')
.usage('sparingly');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment