initExercise()
The exercise below will test your newly acquired knowledge on the Boyer-Moore MMC array. Please use the text field to fill in the correct value that is missing from the MMC array below. When you are finished hit Check Answer to see if you are correct.

Your solution:

[started]
if (!checkAnswer() && !guess[0]) return ""; else return checkAnswer();