Non-Null Assertion
Term side of the Card
Topic: Assertions
Unit title: Non-Null Assertion
Categories: Assertion, Operator
Explanation side of the Card
Explanation: The operator `!` that indicates a value is neither `null` nor `undefined`. It's is used to avoid errors in code when dealing with potentially nullable types.