Skip to content

Instantly share code, notes, and snippets.

View SterlingChin's full-sized avatar

Sterling Chin SterlingChin

View GitHub Profile
@SterlingChin
SterlingChin / 0_reuse_code.js
Created January 25, 2017 18:09
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
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
const day=[
['8:30', '9:00'],
['9:00', '9:30'],
['9:30', '10:00'],
['10:00', '10:30'],
['10:30', '11:00'],
['11:00', '11:30'],
['11:30', '12:00'],
['1:00', '1:30'],
['1:30', '2:00'],