Any, unknown, never, and void in TypeScript

Опубликовано: 04 Ноябрь 2024
на канале: TypeScript TV with Benny
3,846
85

This TypeScript tutorial shows the differences between "any" and "unknown", the potential of the "never" type and the essence of "void" in function returns.

My FREE programming apps:
https://apps.apple.com/app/id659282498
https://play.google.com/store/apps/de...

My FREE TypeScript Course:
https://typescript.tv/

Timeline:
00:00 Introduction
01:03 The "any" Type
01:55 The "unknown" Type
03:55 Custom Types
04:35 "any" vs "unknown" vs "type"
05:06 The "never" Type
06:30 The "void" Type
08:29 The "void" Operator
09:31 Quiz Time

Follow:
📺    / typescripttv  
🐦   / typescripttv  
🌐 https://typescript.tv

Source Code:
https://github.com/typescripttv/my-pr...

#javascript #programming #typescript