list.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() 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)
whew, that’s relieving to hear. good to know I’m not addicted