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