Skip to content

Instantly share code, notes, and snippets.

@lennym
Created April 24, 2015 11:26
Show Gist options
  • Save lennym/15a51ef93f3015e95910 to your computer and use it in GitHub Desktop.
Save lennym/15a51ef93f3015e95910 to your computer and use it in GitHub Desktop.
console.log calls inspect
var app = {
inspect: function () {
return 'a kitten!';
}
};
console.log(app);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment