What will be the output of the console.log statement in the following code snippet?
let message = `Today is ${new Date().toLocaleDateString()}`;
console.log(message);
What will be the output of the console.log statement in the following code snippet?
let message = `Today is ${new Date().toLocaleDateString()}`;
console.log(message);