Oris
Today
Universe
Explore
Studio
Authors
Account
Урок 1 из 8
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;
Проверить
Today
Universe
Explore
Profile