What is TypeScript?
Instead of writing raw JavaScript for the client-side, C#Bot and SpringBot both use TypeScript. Typescript is a superset of JavaScript that is object oriented, supports static typing, and has additional features that simplify the code and make development more efficient. Typescript was developed, and is continuously maintained, by Microsoft.
Learn about TypeScript:
- Recommended tutorial: Learn TypeScript
- TypeScript website
- TypeScript Documentation
Was this article helpful?