Last active
August 21, 2017 12:29
-
-
Save SamuelTissot/4f944fde55047fabe3fd8d6b30d38ac6 to your computer and use it in GitHub Desktop.
Lightspeed Fun Little Quiz
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
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