Skip to content

Instantly share code, notes, and snippets.

@hamishdickson
Created August 17, 2014 11:46
Show Gist options
  • Save hamishdickson/91f0cf72fc2e255a6b6d to your computer and use it in GitHub Desktop.
Save hamishdickson/91f0cf72fc2e255a6b6d to your computer and use it in GitHub Desktop.
Where my code lives - for about page of snowbear.co
/**
* 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