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