Skip to content

Instantly share code, notes, and snippets.

@aerok
Last active August 29, 2015 14:09
Show Gist options
  • Save aerok/3d493461c349155a019e to your computer and use it in GitHub Desktop.
Save aerok/3d493461c349155a019e to your computer and use it in GitHub Desktop.
cool.js
// To genertate random letter
(Math.floor(Math.random()*900000000+100000000)).toString(16).replace(/\d+/g,'');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment