We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f8e8fd1 + 09f2aa6 commit 16e09cfCopy full SHA for 16e09cf
1-js/05-data-types/07-map-set/02-filter-anagrams/solution.md
@@ -36,7 +36,7 @@ Letter-sorting is done by the chain of calls in the line `(*)`.
36
For convenience let's split it into multiple lines:
37
38
```js
39
-let sorted = arr[i] // PAN
+let sorted = word // PAN
40
.toLowerCase() // pan
41
.split('') // ['p','a','n']
42
.sort() // ['a','n','p']
0 commit comments