Select from following answers:- Yes
- No

- Partial replacement
- All Above
TypeScript is a language that generates plain JavaScript files using its compiler. The tsc compiler will compile all .ts files and convert them into .js file. As Javascript does not support class based inheritance, compile time error checking, so to fix these problems Typescript was created. It's a type superset of JavaScript.
Show Correct Answer
Source: http://www.talkingdotnet.com/t | Asked In: Many Interviews |
Alert Moderator