Recent Docs Activity
View all activityPage | Date | Comment |
---|---|---|
Array.prototype.includes() |
i found this article has wrong part. According to the spec, when the optional second arg fromIndex is negative, then the value is used as the offset from the end of the array to compute fromIndex. and the search order is asc. | |
Array.prototype.includes() |
https://tc39.github.io/ecma262/#sec-array.prototype.includes |