0
var v = {
    foo: (function () {
        return this;
    }.bind(this))
};

What is the value of this when passed to the bind invocation (and why)?

j08691
  • 204,283
  • 31
  • 260
  • 272
Ben Aston
  • 53,718
  • 65
  • 205
  • 331

0 Answers0