Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save lpf23/9762508 to your computer and use it in GitHub Desktop.
Save lpf23/9762508 to your computer and use it in GitHub Desktop.
10 Digit Random Number Generator - JavaScript
var digits = Math.floor(Math.random() * 9000000000) + 1000000000;
@ilKhr
Copy link

ilKhr commented Oct 9, 2022

Much thanks

@andrewfwamba
Copy link

Very Nice

@ngangavic
Copy link

Very helpful

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment