Skip to content

Instantly share code, notes, and snippets.

@SokratisVidros
Last active August 29, 2015 14:10
Show Gist options
  • Save SokratisVidros/cd4ed6299487932407eb to your computer and use it in GitHub Desktop.
Save SokratisVidros/cd4ed6299487932407eb to your computer and use it in GitHub Desktop.
Juicy javascript part 1
/**
* Juicy javascript part 1
*
* ~ Bitwise NOT operator. Any number x yields -(x + 1). For example, ~5 yields -6.
*
*/
[].forEach.call($$("*"),function(a){
a.style.outline="1px solid #"+(~~(Math.random()*(1<<24))).toString(16)
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment