Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

JavaScript Object-Oriented JavaScript: Challenge Building Constructor Methods and Generating Objects Reviewing Constructor Methods and Generating Objects

is it just me or are a lot of these questions not related to the videos or even the core lessons??

for instance, the question 'The Game object's ready property tells us:'

1 Answer

Jennifer Nordell
seal-mask
STAFF
.a{fill-rule:evenodd;}techdegree
Jennifer Nordell
Treehouse Teacher

Hi there, cloud712! I'm not sure if you are having problems with other questions, but in reference to your example, the answer to this was covered in this video around the 0:47 mark.

Here's the excerpt from the transcript:

The final property, the ready property, will be set to false. This means that when a game object is initialized, it automatically won't be ready to play or be interacted with. You'll see as we move forward with the game's development that the game state will change throughout a player's turn to prevent action on the game at certain times.

We all miss things now and then or forget. I'm sure you're not the first nor the last that has felt this way.

Tip :bulb: The dots over the videos are also links. You can right click them and choose "Open in new tab" to have a video and the quiz/challenge open at the same time. This can be helpful for recall.

Hope this helps! :sparkles: