JavaScript is the language for web development, but it's not the only way to write code in web applications. TypeScript is a language that emits JavaScript, but provides constructs and features currently missing in JavaScript. This session will cover what TypeScript is, how it works, and why you should consider using it on future web projects.
You will learn:
- Why TypeScript is relevant for web developers
- About the TypeScript language
- How TypeScript integrates with web applications in Visual Studio