0:00
0% complete
LearnStep 1 of 2
Special Types
Learning Objectives
- •Understand any vs unknown
- •Use void and never
- •Handle null and undefined
Lesson Outline
LearnStep 1/2
Special Types
typescript
unknown - Type-Safe Any
typescript
void - No Return Value
typescript
never - Never Returns
typescript
null and undefined
typescript