ryan.w.rowland
Member since
Recent Docs Activity
View all activityPage | 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. |