What will be the output of the console.log statement in the following code snippet?
let name = 'John';
console.log(`Hello, ${name.toUpperCase()}!`);
What will be the output of the console.log statement in the following code snippet?
let name = 'John';
console.log(`Hello, ${name.toUpperCase()}!`);