Skip to content

Instantly share code, notes, and snippets.

View cmc19's full-sized avatar

cmc19

  • SSD Technology Partners
  • Delaware, USA
View GitHub Profile
@cmc19
cmc19 / 0_reuse_code.js
Created March 16, 2014 02:38
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console
// CSS Color Names
// Compiled by @bobspace.
//
// A javascript array containing all of the color names listed in the CSS Spec.
// The full list can be found here: http://www.w3schools.com/cssref/css_colornames.asp
// Use it as you please, 'cuz you can't, like, own a color, man.
var CSS_COLOR_NAMES =[
"AliceBlue",