TypeScript Associate — Easy
Key points
- void is specifically used for functions that do not return a value
- null and undefined represent specific values, not the absence of a return value
- never is used for functions that never complete normally
Ready to go further?
Related questions
