Quiz 3
1. Type that makes everything readonly.
2. Type used to represent the result of an async function.
3. Restricting access to members of a class.
4. An interface that can be defined in multiple blocks.
5. Used to define an array of mixed types in a sequence.
6. Type that infers arguments of a function type.
7. A type alias that is generic.
8. Mapping an object to only have string values.
9. A way to reference the type of 'this' in a class.
10. Using 'infer' in a conditional type.
Previous Next