So, after an year of delaying - finally started learning typescript. Any advice?
For further actions, you may consider blocking this person and/or reporting abuse
So, after an year of delaying - finally started learning typescript. Any advice?
For further actions, you may consider blocking this person and/or reporting abuse
Latest comments (4)
Do nothing different other than add types to start with. Do not convince yourself that this is anything other than JavaScript.
Install Angular, use cli to create a new Angular/typescript project, and you're off!
Get familiar with basics and then just practice a lot. Pick some project ideas and start!
Why did you decide to learn TS?
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.