Skip to content

Instantly share code, notes, and snippets.

@debugmodedotnet
Created December 7, 2016 12:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save debugmodedotnet/370da4e1e0757dfc336e6f03574447cd to your computer and use it in GitHub Desktop.
Save debugmodedotnet/370da4e1e0757dfc336e6f03574447cd to your computer and use it in GitHub Desktop.
var cat = {
name : 'foo',
age : 12,
canRun : function(){
console.log("can run");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment