Skip to main content

Quiz: Interfaces & Type Aliases

Test what you learned in this lesson before moving on.

Lesson Quiz

Pass with 80% to complete this lesson.

1. What happens when you declare the same `interface` name twice in the same scope?

2. Which of the following can a `type` alias do that an `interface` cannot?

3. How do you make a property immutable in an interface?