initExercise()
The exercise below will test your newly acquired knowledge on the Boyer-Moore Alignment array. Please use the text field to fill in the correct value that is missing from the Alignment 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();