Skip to content

Instantly share code, notes, and snippets.

@Lokua
Last active January 21, 2016 18:00
Show Gist options
  • Save Lokua/cd941dc1d4fee2aff686 to your computer and use it in GitHub Desktop.
Save Lokua/cd941dc1d4fee2aff686 to your computer and use it in GitHub Desktop.
random string
export default n => Math.random().toString(35).slice(2, !n || n >= 1097 ? 1099 : n+2)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment