mduarte
Member since
Recent Docs Activity
View all activityPage | Date | Comment |
---|---|---|
Array.prototype.filter() |
In the filter polyfill, on line 28 "if (fun.call(thisp, val, i, it)) " -- thisp should be thisArg. thisp is not defined. |