Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 473 Bytes

GET-STARTED-WITH-TYPESCRIPT.md

File metadata and controls

5 lines (3 loc) · 473 Bytes

Get started writing TypeScript today!

There are two big discussions in the world of programming. Tabs vs. Spaces and statically-typed languages vs dynamically-typed. TypeScript is Microsoft’s approach to add a stronger type system to JavaScript while making both camps happy.

Let's not jump into the never-ending debate to what the better approach is, but instead focus on when you should use TypeScript and how you can start using TypeScript in your projects today.