Skip to content

Instantly share code, notes, and snippets.

@prof3ssorSt3v3
Created June 29, 2019 18:14
Show Gist options
  • Save prof3ssorSt3v3/927aa2ae057dac40d2480b91e8aff4f3 to your computer and use it in GitHub Desktop.
Save prof3ssorSt3v3/927aa2ae057dac40d2480b91e8aff4f3 to your computer and use it in GitHub Desktop.
// Generate Random Hex Colour Values
function colour() {
return '#';
}
console.log(colour());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment