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.

Glutnix

Member since
Glutnix

Recent Docs Activity

View all activity
Page Date Comment

Array.prototype.find()


Added less mathematical, arguably more common example of using Array.find

Array.prototype.sort()


improved layout

Array.prototype.sort()


Lexicographical sorting is a misnomer; it sorts according to character Unicode code point value . I considered 'case-sensitive lexicographic sorting' but doesn't explain why some numbers come before characters, etc.