TypeScript is a typed superset of JavaScript by definition. As a result, all current JavaScript is TypeScript compliant. TypeScript includes a compiler that converts a .ts file (which cannot be viewed in a browser) to a .js file. It is quite useful to include this layer of 'convenience' above JavaScript.
4 Comments
Sort: