Recent Docs Activity
View all activityPage | Date | Comment |
---|---|---|
String.prototype.startsWith() |
lastIndexOf() would not work as a polyfill, since a repeated substring would have the later index returned, but startsWith() needs the earliest index. |