Skip to content

Instantly share code, notes, and snippets.

@tjerkw
Created November 3, 2015 23:22
Show Gist options
  • Save tjerkw/d8744f8a165ec2ce4e7c to your computer and use it in GitHub Desktop.
Save tjerkw/d8744f8a165ec2ce4e7c to your computer and use it in GitHub Desktop.
(function () {
function b() {
return 8
}
return {
"a": 3,
"b": b
}
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment