Skip to content

Instantly share code, notes, and snippets.

@alizhdanov
Last active October 3, 2017 15:28
Show Gist options
  • Save alizhdanov/bb5f52f00657c25c35de54cc133ef832 to your computer and use it in GitHub Desktop.
Save alizhdanov/bb5f52f00657c25c35de54cc133ef832 to your computer and use it in GitHub Desktop.
Fast and easy way to make unique id
Math.random().toString(36).slice(2)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment