Hofmaimaier@feddit.org to Programmer Humor@programming.dev · 3 days agoEarly accessfeddit.orgimagemessage-square78linkfedilinkarrow-up11.03Karrow-down111
arrow-up11.02Karrow-down1imageEarly accessfeddit.orgHofmaimaier@feddit.org to Programmer Humor@programming.dev · 3 days agomessage-square78linkfedilink
minus-squarewebpack@ani.sociallinkfedilinkarrow-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)
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)