let value: string | undefined | null = null; value = 'hello'; ... Optional Chaining is a JavaScript feature that works well with TypeScript's null handling.
確定! 回上一頁