What is TypeScript? Strongly typed JavaScript
Originally developed by Microsoft as a way to adapt JavaScript as a tool to build enterprise-scale applications, TypeScript has become a widely popular programming language that combines JavaScript syntax with strong typing and object-oriented programming. This article gets you started with an overview of TypeScript, offering a brief history, a rundown of what’s both different…