Главная
Study mode:
on
1
Getting Started with TypeScript: Editor, Installation, and Quick Start
2
Setting Up a Bare Minimum TSCONFIG File for TypeScript Projects
3
Specifying Basic Types on Variables in TypeScript
4
Basic Type Declarations on Variables in TypeScript
5
Basic Function and Parameter Types in TypeScript
6
Using Enums in TypeScript
7
Any and Never Types in TypeScript
8
Introduction to Type Assertions in TypeScript
9
Abstract Class Basics in TypeScript
10
Access Modifiers (Public, Protected, Private) in TypeScript
11
Using the Readonly Modifier in TypeScript
12
Using TypeScript Access Modifiers with Parameters
13
Introduction to Interfaces in TypeScript
14
Intersection Types, Union Types, and Type Aliasing in TypeScript
15
The Basics of Generics in TypeScript
16
Declaration Merging in TypeScript
Description:
TypeScript is a superset of JavaScript that lets you have type safety in your JavaScript code. With TypeScript you can build scalable applications without the run-time bugs often associated with JavaScript. You can also build complex interfaces and objects for domain-driven development.

Getting Started with TypeScript

Add to list