Created
July 11, 2016 17:47
-
-
Save selfish/aab32d7c9890963429d3c29ed902be4d to your computer and use it in GitHub Desktop.
Random color code in javascript:
This file contains hidden or 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
'#'+('00000'+(Math.random()*0xFFFFFF<<0).toString(16)).slice(-6) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment