//Initialized by any typelet d = "some string";d = 3.14;d = [2, 3, 5];d = new Date();console.log(`d is "${d}"`);