|
|
@ -515,9 +515,9 @@ distance = 12
|
|
|
|
console.log(mostFrequentWords(cleanedText))
|
|
|
|
console.log(mostFrequentWords(cleanedText))
|
|
|
|
[(3, 'I'), (2, 'teaching'), (2, 'teacher')]
|
|
|
|
[(3, 'I'), (2, 'teaching'), (2, 'teacher')]
|
|
|
|
```
|
|
|
|
```
|
|
|
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
🎉 CONGRATULATIONS ! 🎉
|
|
|
|
🎉 CONGRATULATIONS ! 🎉
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[<< Day 11](https://github.com/Asabeneh/30DaysOfJavaScript/blob/master/11_Day/11_day_destructuring_and_spread.md) | [Day 13>>](#)
|
|
|
|
[<< Day 11](https://github.com/Asabeneh/30DaysOfJavaScript/blob/master/11_Day/11_day_destructuring_and_spread.md) | [Day 13>>](https://github.com/Asabeneh/30DaysOfJavaScript/blob/master/13_Day/13_day_console_object_methods.md)
|
|
|
|