In TypeScript, the variable type can only be null or number.

now we want to define a variable initialization is null, assignment followed by number,. How do you write

?
Mar.20,2021

let aa: number | null = null;

Menu