Hofmaimaier@feddit.org to Programmer Humor@programming.dev · 1 day agoEarly accessfeddit.orgimagemessage-square70linkfedilinkarrow-up1967arrow-down111
arrow-up1956arrow-down1imageEarly accessfeddit.orgHofmaimaier@feddit.org to Programmer Humor@programming.dev · 1 day agomessage-square70linkfedilink
minus-squarewebpack@ani.sociallinkfedilinkarrow-up4arrow-down1·9 hours 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)
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)