Type Assertion
Tell the compiler.
💡 THINK OF IT LIKE…
▸ YOUR TURN
Write: const el = document.getElementById('app') as HTMLDivElement;
Tab indent · Shift+Tab outdent · ⌘/Ctrl + Enter submit · auto-pairs ( [ { " '
Tell the compiler.
Write: const el = document.getElementById('app') as HTMLDivElement;