TypeScript Associate — Hard
Key points
- The '-?' operator in TypeScript mapped types removes the optional modifier
- This enforces that all properties in the mapped type are required
- It ensures that properties cannot be left undefined or null
Ready to go further?
Related questions
