0 / 60 seg.

What will be the output of the console.log statement in the following code snippet?

let firstName = 'Grace';
let lastName = 'Hopper';
console.log(`Full Name: ${firstName} ${lastName.toUpperCase()}`);