Question 5 of 10Pro Only
What are the main features TypeScript adds to JavaScript? Why would a team choose TypeScript for a project?
Sample answer preview
## What is TypeScript? TypeScript is a **superset of JavaScript** that adds optional static typing and other features. It compiles down to plain JavaScript. ## Key Features TypeScript Adds ### 1.
TypeScriptstatic typinginterfacesgenericstype safetycompile-time