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

Level 6 lesson 2

code aint working
by

1 Answer

sam5epi0l
Try this:


let str1 = `Studytonight`;
let str2 = String(str1);

// write code here

console.log(str1);
console.log(str2);

Login / Signup to Answer the Question.