Level 6 lesson 6 someone please help
We have provided two strings given to variables. And we have provided a console.log() statement too. We want you to use the variables txt1 and txt2 along with a comparison operator in a if condition, so that the console.log() statement is executed.
let txt1 = 'Yokozuna';
let txt2 = 'Yokohama';
{
console.log("Both are same");
}