kuneho@lemmy.world to Programmer Humor@programming.dev · edit-22 years agoJavaScript always know my truest of desireslemmy.worldimagemessage-square36fedilinkarrow-up1308arrow-down16file-text
arrow-up1302arrow-down1imageJavaScript always know my truest of desireslemmy.worldkuneho@lemmy.world to Programmer Humor@programming.dev · edit-22 years agomessage-square36fedilinkfile-text
minus-squareQuasari@programming.devlinkfedilinkarrow-up11·edit-22 years agoArray.prototype.sort if no callback is passed to it will coerce non-undefined elements to strings when sorting. It does do that. To sort numbers passing a function like (a, b) => a - b is good enough.
minus-squarestratoscaster@lemmy.ziplinkfedilinkarrow-up16arrow-down1·2 years agoFuck JS is stupid. Source: use JS regularly
Array.prototype.sort
if no callback is passed to it will coerce non-undefined
elements to strings when sorting. It does do that.To sort numbers passing a function like
(a, b) => a - b
is good enough.Fuck JS is stupid.
Source: use JS regularly