logo
logo
AI Products 
Leaderboard Community🔥 Earn points

Why Developers Love to Use TypeScript in 2019?

avatar
Ronak Patel
collect
0
collect
0
collect
1
Why Developers Love to Use TypeScript in 2019?

Stack Overflow Developer Survey was conducted in 2018 and this revealed several public opinions regarding different programming languages, platforms, libraries, etc.

Something that makes developers to go for TypeScript is that it simply allows adding types to JavaScript.

This way, before you run the codes, you will be able to spot errors.

In JavaScript there is no concept of describing data with interfaces and types.

Developers need to annotate their code constantly best output.

This means if you by any means is making use of mapped types like Required or Partial, which already exists, you will see that they work on arrays and tuples automatically.

collect
0
collect
0
collect
1
avatar
Ronak Patel