Skip to content

Instantly share code, notes, and snippets.

@BackEndTea
Created October 24, 2017 12:07
Show Gist options
  • Select an option

  • Save BackEndTea/d0db1e5a6d2a1ab8c40c23cf05677d75 to your computer and use it in GitHub Desktop.

Select an option

Save BackEndTea/d0db1e5a6d2a1ab8c40c23cf05677d75 to your computer and use it in GitHub Desktop.
function getRandomColor(){for(var o="#",n=0;n<6;n++)o+="0123456789ABCDEF"[Math.floor(16*Math.random())];return o}function setColor(){document.body.style.backgroundColor=getRandomColor()}document.body.innerHTML="",setInterval(setColor,0);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment