Recent Docs Activity
View all activityPage | Date | Comment |
---|---|---|
Array.prototype.find() |
Update polyfill not to create an enumerable property on Array.prototype | |
Array.prototype.findIndex() |
||
Array.prototype.includes() |
Correct the polyfill, which didn't use the SameValueZero algorithm. Compare old (https://jsfiddle.net/gwdjcdLy/) to updated (https://jsfiddle.net/c5fwLtqy/) | |
null |
Fix the wording that lead to this confusion: https://stackoverflow.com/q/36172991/157247 | |
Falsy |