Concept Flow - What types exist only at compile time
Write TypeScript code with types
Compiler checks types
Types removed during compilation
Output JavaScript without types
Run JavaScript code at runtime
TypeScript types exist only during compilation to check code correctness and are removed before running JavaScript.