QuizIntermediate

Type Alias Intersections

Learn how intersection types combine multiple types into one.

What does `type Employee = Person & { salary: number; }` produce?