Hofmaimaier@feddit.org to Programmer Humor@programming.dev · 2 months agoEarly accessfeddit.orgimagemessage-square78linkfedilinkarrow-up11.06Karrow-down111
arrow-up11.05Karrow-down1imageEarly accessfeddit.orgHofmaimaier@feddit.org to Programmer Humor@programming.dev · 2 months agomessage-square78linkfedilink
minus-squarewebpack@ani.sociallinkfedilinkarrow-up4arrow-down1·2 months 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)