You want to pick a particular “short” word in an array of words, that is, words with at most three characters.

For example, if you are passed an array containing the words

"Mary", "had", "a", "little", "lamb"

and you are asked to return the second short word, you would return

"a"