You can use console.log(wordBlanks) after you created it, to get an output of the actual string.
Logging values within the code is one of the basic tools for debugging code and I feel like the lessons don’t put enough emphasize on this. However the first thing I do when tackling tasks, is to use this or a similar command on the output to see what I am actually doing.