Skip to content

Instantly share code, notes, and snippets.

@Deri-Kurniawan
Created January 18, 2024 22:40
Show Gist options
  • Save Deri-Kurniawan/3f6599f21c4e27577e44f74a166a997f to your computer and use it in GitHub Desktop.
Save Deri-Kurniawan/3f6599f21c4e27577e44f74a166a997f to your computer and use it in GitHub Desktop.
const randHexColor = `#${Math.floor(Math.random() * 16777215).toString(16)}`;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment