TypeScript Deep Dive - Basic Types, unknown/any/void/never | JSer

preview_player
Показать описание

unknown | I don't know what it is, let's be careful and check everywhere
any | it could be anything, trust me I'm OK, Compiler doesn't do type check
void | function returns nothing, but it returns.
never | function never returns.

Hi I'm a JavaScript engineer who is not good at algorithms,
and currently practicing leetCode & BFE.dev. If you are interested, maybe we can learn together.
Рекомендации по теме
Комментарии
Автор

Thanks for doing this. This allows me to follow along and not get bored while reading the docs.

faruzzy