DEV Community

Sahil Thakur
Sahil Thakur

Posted on

Started with TS

So, after an year of delaying - finally started learning typescript. Any advice?

Latest comments (4)

Collapse
 
adam_cyclones profile image
Adam Crockett 🌀

Do nothing different other than add types to start with. Do not convince yourself that this is anything other than JavaScript.

Collapse
 
jwp profile image
JWP

Install Angular, use cli to create a new Angular/typescript project, and you're off!

Collapse
 
sergchr profile image
Serhii

Get familiar with basics and then just practice a lot. Pick some project ideas and start!
Why did you decide to learn TS?

Collapse
 
sahilthakur7 profile image
Sahil Thakur

Have been recommended TS by a lot of my friends so thought of using it. Anyways, it's just a superset of JS, will only improve code than do anything else.