Created
September 14, 2016 18:17
-
-
Save alvaropinot/2fcc34258e2f47b261f8dc8a1646346e to your computer and use it in GitHub Desktop.
fun hacks
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 = '#' + ((1 << 24) * Math.random() | 0).toString(16); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment