List some benefits of using Typescript?

devquora
devquora

Posted On: Feb 22, 2018

 

Following are some benefits of using Typescript
  1. One of the biggest advantages of Typescript is its code completion and intelligence.
  2. It provides the benefits of optional static typing .Here Typescript provides types that can be added to variables, functions, properties etc.
  3. Typescript has the ability to compile down to a version of JavaScript that runs on all browsers.
  4. Typescript tries to extend JavaScript. Compiler generates JavaScript.
  5. Typescript is a backward compatible version of JavaScript that compiles to pure JavaScript which makes their writing easier and faster.
  6. Typescript is purely object oriented programming which means it is a programming paradigm based on the concepts of objects.
  7. Most important advantage is it offers a “compiler” that can convert to JavaScript equivalent code. And it has a concept of namespace defined by a “module”.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    Typescript Interview Questions

    What is Typescript?

    Typescript is a free and open-source programming language which is designed and developed by Microsoft. It was designed ..

    Typescript Interview Questions

    List some features of Typescript?

    Features of Typescript are:- Typescript can be compiled to all major versions of Javascript(ES3,ES5,ES6,ES7). Typescrip..

    Typescript Interview Questions

    Who developed Typescript and what is the current stable version of Typescript?

    Typescript was developed by Anders Hejlsberg in 2012, who is the lead architect of C# and the creator of Delphi and Tur..