Test your knowledge on TypeScript Object Types and Interfaces Quiz (Optional Properties, Readonly, and Excess Property Checks). This quiz contains 10 questions.
Level: Beginner
Topic: object-and-interfaces
Pick the correct interface syntax
Which option correctly defines a TypeScript interface for a user object with:
- required `name` (string)
- optional `age` (number)