Skip to content

Instantly share code, notes, and snippets.

@TehShrike
Created November 20, 2012 23:30
Show Gist options
  • Save TehShrike/4122000 to your computer and use it in GitHub Desktop.
Save TehShrike/4122000 to your computer and use it in GitHub Desktop.
Being silly
var variable = function() {
console.log(this.var || "NO U")
}
variable.variable = variable
variable.var = "lol"
variable()
variable.variable.variable.variable.variable()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment