Skip to content

Instantly share code, notes, and snippets.

@Shobhit1
Last active September 9, 2016 01:39
Show Gist options
  • Save Shobhit1/7e32d9ee293aadc056173ed39c5260f1 to your computer and use it in GitHub Desktop.
Save Shobhit1/7e32d9ee293aadc056173ed39c5260f1 to your computer and use it in GitHub Desktop.
const nameToURL = name => encodeURIComponent(
name.split(' ')
.map(str => str.toLowerCase())
.join('-')
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment