Skip to content

Instantly share code, notes, and snippets.

@SamuelTissot
Last active August 21, 2017 12: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 SamuelTissot/4f944fde55047fabe3fd8d6b30d38ac6 to your computer and use it in GitHub Desktop.
Save SamuelTissot/4f944fde55047fabe3fd8d6b30d38ac6 to your computer and use it in GitHub Desktop.
Lightspeed Fun Little Quiz
/*
QUESTION:
Given the following condition, define "explode()"
GUIDELINES:
can can be as creative of simplistic as you want, there is more than one way to do it
*/
if ('awesome'.explode() === 'a w e s o m e') {
// success
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment