Word Occurrences in Article

# Introduction In this challenge, we will tackle a real interview question from a well-known company. The task is to find the word with the most occurrences in an English article. You need to write a function called `getMostTimesWord` that takes a string representing the article as input, and returns the word with the most occurrences in the article as a string. The function should not consider cases where two or more words have the same number of occurrences.

|60 : 00

Click the virtual machine below to start practicing