Mark is writing a program that analyzes different world languages. He is curious about which languages have the most words that end in the letter f. Which built-in object method in JavaScript could help him count those words?
A. countWords()
B. findWords()
C. filterWords()
D. matchWords()