Skip to content

Instantly share code, notes, and snippets.

@kojiromike
Created March 2, 2013 00:14
Show Gist options
  • Save kojiromike/5068968 to your computer and use it in GitHub Desktop.
Save kojiromike/5068968 to your computer and use it in GitHub Desktop.
I love recursion
function askForAHonestAnswer () {
return prompt("Do you like me?") === 'Yes' || askForHonestAnswer();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment