Challenge: Find Repeating Words in a Sentence
Test the concepts we learned with a coding exercise.
We'll cover the following...
Problem statement
For this challenge, you need to write a function that takes in a string and returns the repeating words in that string. The output should be a ...