摘要: In this lesson, we'll go over TypeScript's unknown type. The unknown type is the type-safe counterpart of the any type. Both unknown and any are so-ca 阅读全文
posted @ 2021-04-30 15:41 Zhentiw 阅读(53) 评论(0) 推荐(0)
摘要: This lesson introduces the ?? operator which is known as nullish coalescing. The ?? operator produces the value on the right-hand side if (and only if 阅读全文
posted @ 2021-04-30 14:26 Zhentiw 阅读(108) 评论(0) 推荐(0)