Skip to content

Instantly share code, notes, and snippets.

@fdjones
Created March 17, 2018 18:57
Show Gist options
  • Save fdjones/8e839fb85852e578bcc1f35b79210dd9 to your computer and use it in GitHub Desktop.
Save fdjones/8e839fb85852e578bcc1f35b79210dd9 to your computer and use it in GitHub Desktop.
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