Explore Library
QuizIntermediate

Non-null Assertion Operator

Learn what the postfix `!` operator does to a type.

Given `el: HTMLElement | null`, what is the type of `el!`?