Skip to content

Instantly share code, notes, and snippets.

@pratyushcrd
Created January 13, 2018 12:43
Show Gist options
  • Save pratyushcrd/a34ea8b582a2467eb089a21498cff543 to your computer and use it in GitHub Desktop.
Save pratyushcrd/a34ea8b582a2467eb089a21498cff543 to your computer and use it in GitHub Desktop.
const somefunc = string => string
.split(/* Something */)
.map(/* Something */)
.filter(/* Something */)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment