Oris
Today
Universe
Explore
Studio
Authors
Account
8 tadan 1-dars
With strictNullChecks enabled, which assignment is a type error?
let name: string = null;
let name: string | null = null;
let name: string = "Ada";
let name: null = null;
Tekshirish
Today
Universe
Explore
Profile