TypeScript is a popular JavaScript superset created by Microsoft. It brings a type system on top of all the flexibility and dynamic capabilities of JavaScript. The language has been built as an open-source project, licensed under the Apache License 2.0. The features of TypeScript are thoroughly explained in the TypeScript handbook. This article will focus on a more practical approach to some of these features.

10m read timeFrom auth0.com
Post cover image
Table of contents
What is TypeScriptInstalling TypeScriptDefining a TypeScript ProjectTypeScript FeaturesRuntime Validations
1 Comment

Sort: