Hofmaimaier@feddit.org to Programmer Humor@programming.dev · 8 days agoEarly accessfeddit.orgimagemessage-square79fedilinkarrow-up11.05Karrow-down111
arrow-up11.03Karrow-down1imageEarly accessfeddit.orgHofmaimaier@feddit.org to Programmer Humor@programming.dev · 8 days agomessage-square79fedilink
minus-squarewebpack@ani.sociallinkfedilinkarrow-up4arrow-down1·7 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)
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)