QuizBeginner
Type Assertions with as
The as keyword tells the compiler to treat a value as a specific type.
What does `const el = document.getElementById('app') as HTMLInputElement` do?
The as keyword tells the compiler to treat a value as a specific type.
What does `const el = document.getElementById('app') as HTMLInputElement` do?