Quiz 2
1. Type that forces all properties to be defined.
2. Type used to represent a collection of known types in a specific order.
3. Operator used to create a type from the keys of an object.
4. Utility type that removes specific properties from an interface.
5. Type checking strategy based on object structure.
6. A function that accepts another function as an argument.
7. A type alias that represents a function.
8. Generic constraint to limit types.
9. A specific instance of a generic type.
10. Mechanism to keep a module private.
Previous Next