Skip to content

Instantly share code, notes, and snippets.

@alechash
Created March 24, 2021 15:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alechash/9bae89976c01346e0bfd1328be1e8452 to your computer and use it in GitHub Desktop.
Save alechash/9bae89976c01346e0bfd1328be1e8452 to your computer and use it in GitHub Desktop.
Medium.com
function randomNumber() {
const randomNumber = Math.random();
return randomNumber;
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment