Skip to content

Predict JSON Parsing Output

Predict OutputEasy

Question

What does this JavaScript code print after parsing a JSON string?

Code

                  const data = JSON.parse('{"age": 25}');
console.log(data.age);
                

Related Resources

Related Lessons

  • JSON

    Learn how to parse and stringify JSON.

Related Tools

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.

View projects

← Back to topic