Skip to content

Commit 316b61c

Browse files
committed
day 20
1 parent 1080325 commit 316b61c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

12_Day/12_day_regular_expressions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -514,7 +514,7 @@ distance = 12
514514
515515
```js
516516
console.log(mostFrequentWords(cleanedText))
517-
[(3, 'I'), (2, 'teaching'), (2, 'teacher')]
517+
[{word:'I', count:3}, {word:'teaching', count:2}, {word:'teacher', count:2}]
518518
```
519519
520520

0 commit comments

Comments
 (0)