Created
August 17, 2014 11:46
-
-
Save hamishdickson/91f0cf72fc2e255a6b6d to your computer and use it in GitHub Desktop.
Where my code lives - for about page of snowbear.co
This file contains hidden or 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
/** | |
* You can find a lot of my code here | |
*/ | |
var urlToMyCode = 'https://github.com/hamishdickson'; | |
function MyCode() { | |
this.whatFor = "Mostly just for fun"; | |
this.whoBy = "Hamish"; | |
this.interesting = true; // or I hope so anyway | |
} | |
MyCode.prototype.moreInfo = function() { | |
contactMe(); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment