TypeScript | Union and Intersection Types | Question3

Last Updated :
Discuss
Comments

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

Share your thoughts in the comments