Testing oobject for property

Hi to all.
I’m doing some exercises with JavaScript to understand its concepts, as outlined in Basic course. I’ve written this exercise, taking hints from part 90, but it doesn’t work. It never returns any Object property. Can you please help me to understand where the mistake is? Many thanks in advance.
Pierluigi Cecchi Italy

Activate Debugging

F12 on your keybord will activate debugging.

Then select "Console" in the debugger menu.

Then click Run again.

If you have a question about a specific challenge as it relates to your written code for that challenge, just click the Ask for Help button located on the challenge. It will create a new topic with all code you have written and include a link to the challenge also. You will still be able to ask any questions in the post before submitting it to the forum.

Thank you.

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.