Hofmaimaier@feddit.org to Programmer Humor@programming.dev · 1 day agoEarly accessfeddit.orgimagemessage-square72fedilinkarrow-up1998
arrow-up1998imageEarly accessfeddit.orgHofmaimaier@feddit.org to Programmer Humor@programming.dev · 1 day agomessage-square72fedilink
minus-squarewebpack@ani.sociallinkfedilinkarrow-up4·15 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)