Skip to content

Instantly share code, notes, and snippets.

@alvaropinot
Created September 14, 2016 18:17
Show Gist options
  • Save alvaropinot/2fcc34258e2f47b261f8dc8a1646346e to your computer and use it in GitHub Desktop.
Save alvaropinot/2fcc34258e2f47b261f8dc8a1646346e to your computer and use it in GitHub Desktop.
fun hacks
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