7 points
I learned today, that in JavaScript
[2,-2,6,-7].sort()
results in
[-2,-7,2,6]
4 points
4 points
I learned today, that in JavaScript
[2,-2,6,-7].sort()
[-2,-7,2,6]
Post funny things about programming here! (Or just rant about your favourite programming language.)
4.3K
Monthly active users
945
Posts
10K
Comments