Created
October 4, 2019 07:32
-
-
Save droid001/c6cce1edc9b8c097fd6f229822e5eaba to your computer and use it in GitHub Desktop.
generates a random color
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const randomColour = () => '#'+(Math.random()*0xFFFFFF<<0).toString(16); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment