First, click on console in the upper right to open the console, and you will see a little arrow pointing to that random quote mark in front of monsterStats
Next,
Display the monsterStats element by updating the display property of the style property to block.
You are setting something to block, so it should end in = "block"
You are setting the display property of the style property of the monsterStats element to "block"
I’m having problems with this lesson as well. My code is below, and the only response from the console i’m getting is " You should set the display property to block." I’ve tried monsterStats.display.style = block; and more rearrangements of those