Share:

Glossary / Lexicon

What is Typescript?

12/08/2022 | By: FDS
Typescript is a free, open-source programming language based on JavaScript and developed by Microsoft. It provides enhanced types checking, classes, module systems, and other features that enable developers to create complex web applications. Typescript is a superset of JavaScript, which means that all JavaScript code is valid in Typescript, but Typescript code is not always valid JavaScript code.
Like (0)
Comment