...

/

Challenge: Find Repeating Words in a Sentence

Challenge: Find Repeating Words in a Sentence

Test the concepts we learned with a coding exercise.

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 ...