minus-squarewebpack@ani.socialtoProgrammer Humor@programming.dev•Early accesslinkfedilinkarrow-up4arrow-down1·2 days agolist.toSorted() vs list.map(word => word.toSorted()) (note that you can’t actually do string.toSorted() in js you have to convert into a list and back) linkfedilink
minus-squarewebpack@ani.socialtoSelfhosted@lemmy.world•Mommy, Why is There a Server in the House?linkfedilinkEnglisharrow-up6·5 months agoaccording to other comments it’s basically an ad for buying a Windows server (yuck) linkfedilink
minus-squarewebpack@ani.socialtoSelfhosted@lemmy.world•Mommy, Why is There a Server in the House?linkfedilinkEnglisharrow-up6·5 months agounlikely, there’s a full book version linked linkfedilink
list.toSorted()vslist.map(word => word.toSorted())(note that you can’t actually do string.toSorted() in js you have to convert into a list and back)