Signup/Sign In
Ask Question
Not satisfied by the Answer? Still looking for a better solution?

Level 6 lesson 6 cant slove this

cant move
by

1 Answer

iamabhishek
Here, try this (And sorry for the late late reply):

let txt1 = 'Yokozuna';
let txt2 = 'Yokohama';

if(txt1.length == txt2.length) {
console.log("Both are same");
}

Login / Signup to Answer the Question.