Quiz 4
1. Decorator applied to a class parameter.
2. Type that makes all properties required.
3. Type used to represent any non-primitive value.
4. A way to narrow types using a specific function pattern.
5. Decorator for a class accessor (get/set).
6. Type representing a constructor's parameters.
7. A type alias for a specific numeric range.
8. Using a value to check instance of a class.
9. A way to define custom generic types.
10. Type representing the absence of a value.
Previous Next