Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

davidchubbs

Member since
davidchubbs

Recent Docs Activity

View all activity
Page Date Comment

String.prototype.slice()


Saying "sourceLength-beginSlice" when beginSlice is negative means "sourceLength-3" is really "sourceLength - -3"; fixed it to be like how String.prototype.substr() explains it.