kuneho@lemmy.world to Programmer Humor@programming.dev · edit-21 year agoJavaScript always know my truest of desireslemmy.worldimagemessage-square44fedilinkarrow-up1431arrow-down16file-text
arrow-up1425arrow-down1imageJavaScript always know my truest of desireslemmy.worldkuneho@lemmy.world to Programmer Humor@programming.dev · edit-21 year agomessage-square44fedilinkfile-text
minus-squareQuasari@programming.devlinkfedilinkarrow-up21·edit-21 year 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-up17arrow-down1·1 year 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