We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c32f6f7 commit 730b28eCopy full SHA for 730b28e
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