Skip to content

Instantly share code, notes, and snippets.

@fitsum
Created May 29, 2018 16:28
Show Gist options
  • Save fitsum/bfc51750f8deeac9c6d0fd246db6bc61 to your computer and use it in GitHub Desktop.
Save fitsum/bfc51750f8deeac9c6d0fd246db6bc61 to your computer and use it in GitHub Desktop.
o = {name: "Fitsum"}
f = function(obj){self = obj ? obj : this; return self.name}
f(o) === f.call(o)
//
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment