Corso di #typescript base che affronta tutti gli argomenti necessari per usarlo nei propri progetti.
00:00 Introduzione e Materiale per il corso
12:09 Perché studiare typescript
17:36 Che cosa non è typescript
22:51 Installare typescript
28:51 I Principali Types
40:28 Non usare any
44:25 Le funzioni in Typescript
51:25 I parametri opzionali
55:34 void, never & unknown types
01:04:45 Lavorare con gli oggetti
01:11:57 Cosa sono i type aliases
01:19:23 Creare types avanzati
01:28:32 Lavorare con gli Array
01:35:43 Union Types
01:43:39 Le Tuple
01:50:02 Enums
01:54:45 Interface in Typescript
02:04:05 Configurare un progetto typescript
02:11:56 Le Classi in typescript
02:22:08 Getters & Setters
02:28:47 Protected Keyword
02:33:45 Classi e interfacce in typescript
02:39:28 Le Classi astratte in typescript
02:47:10 I Generics in typescript
02:56:31 Array Generici
03:01:58 Classi Generiche
03:10:20 Narrowing
03:23:21 keyof & typeof operator