sort(1,10,5,3)
1, 10, 3, 5
Then there is this.
null == false //false
!null //true
> The default sort order is lexicographic (not numeric).
Works as documented.
sort(1,10,5,3)
1, 10, 3, 5
Then there is this.
null == false //false
!null //true