Recent Docs Activity
View all activityPage | Date | Comment |
---|---|---|
Array.prototype.map() |
Code for "4. If IsCallable(callback) is false" was implemented incorrectly. Needed to negate the condition (i.e. changed === to !==) |