Created
August 28, 2018 19:54
-
-
Save kocur4d/a34a43233aeef4a36be05f0494b67555 to your computer and use it in GitHub Desktop.
JS 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 randomColor = () => '#'+(Math.random()*0xFFFFFF<<0).toString(16) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment