TypeScript
TypeScript is a superset of JavaScript that compiles to clean JavaScript output.
TypeScript is compiled to JavaScript, so the client never executes the TypeScript code. TypeScript helps developers avoid bugs when changing the types of variables.
