FlashcardBeginner

TypeScript Compiles to JavaScript

TypeScript is transpiled into plain JavaScript before it can run in browsers or Node.

Question

What happens to TypeScript code before it runs?

Click to reveal answer