Skip to content

Instantly share code, notes, and snippets.

@chrisdickinson
Created April 7, 2014 07:10
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chrisdickinson/10015905 to your computer and use it in GitHub Desktop.
Save chrisdickinson/10015905 to your computer and use it in GitHub Desktop.
// THIS ISN'T EVEN MY FINAL FORM
console.log((function (ctxt) {
cats: {
with(ctxt) {
try {
return cats
} finally {
break cats
}
}
}
return 18
})({
cats: 3
}))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment