Recent Docs Activity
View all activityPage | 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. |