Skip to content

Instantly share code, notes, and snippets.

@wolfieorama
Last active May 23, 2016 20:33
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 wolfieorama/86014908d1bf0cda52b5baa40f7828bb to your computer and use it in GitHub Desktop.
Save wolfieorama/86014908d1bf0cda52b5baa40f7828bb to your computer and use it in GitHub Desktop.
function buildAirlineTicketMaker(tclass){
return function(name){
alert("Here is your flight ticket via the " + tclass + ".\n" +
"Welcome to luxury, " + name + "!");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment