typescript · TypeScript Basics
Which of the following is a Typescript feature?
Answers
- Typescript can be compiled to all major versions of Javascript(ES3,ES5,ES6,ES7).
- Once can use Typescript for cross -browser development. It is an open source project.
- Typescript is considered a superset of JavaScript, providing typed nature to the code.
- All of the above.