天天看点

[TypeScript] Optional Chaining with TypeScript 3.7

typescript 3.7 adds support for optional chaining. this lesson shows you how to use it in your code to handle properties that can be null or undefined.

继续阅读