var name = "Taimoor"; var country = "Pakistan"; // string interpolation console.log(`I am ${name} and I am from ${country}`);