TypeScript Associate — Easy
Key points
- The correct syntax is value!
- The exclamation mark indicates non-null assertion.
- This operator is used when you are certain a value won't be null.
- Avoid using double exclamation marks or question marks.
Ready to go further?
Related questions
