Skip to content

Instantly share code, notes, and snippets.

@adellhk
Created September 21, 2015 03:22
Show Gist options
  • Save adellhk/ecae1f919928a871bb77 to your computer and use it in GitHub Desktop.
Save adellhk/ecae1f919928a871bb77 to your computer and use it in GitHub Desktop.
var inputCleaned = input.prompt.toLowerCase().replace(/\s+/g, '')
switch (inputCleaned) {
case 'uninspired':
alert(response.uninspired);
break;
case 'lackofpassion':
alert(response.noPassion);
break;
// etc...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment