FlashcardBeginner
Compile-time vs Runtime Checking
TypeScript checks types at compile time, but those types disappear at runtime.
Question
When does TypeScript check types?
Click to reveal answer
TypeScript checks types at compile time, but those types disappear at runtime.
When does TypeScript check types?