let x: string; x = 'hello'; // #1 x = String(5); // #2 x = 500; // #3 x = null; // #4 x = {}.toString(); // #5
is not assignable to type