Skip to content

Instantly share code, notes, and snippets.

@vishnukumarpv
Created September 8, 2016 11:45
Show Gist options
  • Save vishnukumarpv/49ed204a8d2ad86cf754ae128db9e312 to your computer and use it in GitHub Desktop.
Save vishnukumarpv/49ed204a8d2ad86cf754ae128db9e312 to your computer and use it in GitHub Desktop.
Random number with javascript
console.log(Math.floor((Math.random() * 255) + 1));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment