What will be the output of the console.log statement in the following code snippet?
let x = 10;
console.log(`The value of x is ${x}`);
What will be the output of the console.log statement in the following code snippet?
let x = 10;
console.log(`The value of x is ${x}`);