FlashcardIntermediate
Non-Null Assertion Operator (!)
The ! operator asserts a value is not null or undefined without runtime checks.
Question
What does the non-null assertion operator (!) do?
Click to reveal answer
The ! operator asserts a value is not null or undefined without runtime checks.
What does the non-null assertion operator (!) do?