let stringOrNullValue: string | null = null; //it an take null as well as other type. stringOrNullValue = "someString";