Skip to content

Object Property Access Quiz

Multiple ChoiceBeginner

Question

Given `const user = { name: 'Ada', age: 36 };`, how do you access the name property?

Choices

Related Resources

Related Lessons

  • Objects

    Learn how objects group related data with keys and values.

Look up unfamiliar terms

A beginner-friendly glossary explains jargon in plain English — variables, functions, DOM, Promise, and more.

View glossary

Decode error messages

Plain-English explanations of common errors — what they mean, why they happen, and how to fix them.

View errors

Build real projects

Apply what you learned by building guided projects with starter code and solutions.

← Back to topic