Solution Review: Find Repeating Words in a Sentence
Understand the solution for the “Find Repeating Words in a Sentence” challenge.
We'll cover the following...
Solution overview
For this challenge, you were required to write a function that takes in a string and outputs the repeating words in that string. The first thing to do is to split the ...