Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

ryan.w.rowland

Member since
ryan.w.rowland

Recent Docs Activity

View all activity
Page Date Comment

Function.prototype.bind()


The example didn't work properly; `x` was declared as a variable in local scope rather than as a property of `this`, and therefore returned undefined rather than 9.