TypeScript Tutorial #2 - Variable Types

preview_player
Показать описание
Let's learn about simple variable types in TypeScript
Рекомендации по теме
Комментарии
Автор

Note: You can also define arrays of types! For example: let stringArray: string[]; -> defines a type of an array of strings.

DevSage