Why use TypeScript instead of just using JavaScript?

TLDR: Type safety, productivity, intellisense, and debugging. In continuing with my recent trend of using TypeScript, I wanted to illustrate how to create functions and variables in TypeScript, because this initially threw me into a loop. The code for this example can be found here. JavaScript and C# are the two languages I use in most of…

The post Why use TypeScript instead of just using JavaScript? appeared first on Dave Voyles | Tech Evangelist at Microsoft.