If I ever do anything 3D, it will probably be WebGL. Some industry veterans have reservations against it, but so long as it doesn't look like poop smeared origami, it's OK.
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.
If I ever do anything 3D, it will probably be WebGL. Some industry veterans have reservations against it, but so long as it doesn't look like poop smeared origami, it's OK.