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)
flying type pokemon