Created
March 26, 2018 17:45
-
-
Save johannesberdin/89715ec4b1da475ecc10a12e1b0714f8 to your computer and use it in GitHub Desktop.
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
var color '#'+ ('000000' + Math.floor(Math.random()*16777215).toString(16)).slice(-6); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment