Skip to content

Instantly share code, notes, and snippets.

@GitHubEmploy
Created January 14, 2022 20:47
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 GitHubEmploy/1b8b84a89444b10f8b2dc5104a84521d to your computer and use it in GitHub Desktop.
Save GitHubEmploy/1b8b84a89444b10f8b2dc5104a84521d to your computer and use it in GitHub Desktop.
const hex = () => `#${Math.floor(Math.random() * 0xffffff).toString(16).padEnd(6, "0")}`;
console.log(hex());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment