What is an Intersection Type in TypeScript?
A type that combines multiple types into one
A type that allows a variable to hold multiple values
A type that can only be assigned null or undefined
A type that converts values from one type to another
This question is part of this quiz :
Union and Intersection Types in TypeScript