Recent Docs Activity
View all activityPage | Date | Comment |
---|---|---|
Array.prototype.filter() |
Found that the example filter failed if id = 0. 'id' in obj or hasOwnProperty are better options, I think, and !isNaN(obj.id). |