Created
March 17, 2018 18:57
-
-
Save fdjones/8e839fb85852e578bcc1f35b79210dd9 to your computer and use it in GitHub Desktop.
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
const foo = (() => { | |
const bar = str => str.split(''); | |
return { | |
bar | |
} | |
})(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment