This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
(This is an implementation of the Modified BSD License. This version allows unlimited | |
redistribution for any purpose as long as its copyright notices and the license's | |
disclaimers of warranty are maintained. The license also contains a clause restricting | |
use of the names of contributors for endorsement of a derived work without specific | |
permission.) | |
Copyright (c) 2013-2014, Rebecca K. Benton | |
All rights reserved. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Use Gists to store code you would like to remember later on | |
console.log(window); // log the "window" object to the console |