Podcast
Questions and Answers
Which of the following accurately describes TypeScript types? 22
Which of the following accurately describes TypeScript types? 22
- Typescript types are infinite sets of values
- Typescript types form intersecting sets (correct)
- Typescript types are strictly hierarchical
- Typescript types are finite sets of values
What is the intersection of types A and B?
What is the intersection of types A and B?
- The set of values that belong to either A or B
- The set of values that belong to both A and B (correct)
- The difference between A and B
- The union of A and B
Flashcards are hidden until you start studying