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
I got it! turns out block needs to be a string. but if someone can explain why to me, I would appreciate it. I understood block to be a formatting style, how does making it a string change its value, or the way the program interacts with the property?