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

Lesson 2 level 6

its not working .Giving unnecessary errors. What to do now??????
by

2 Answers

iamabhishek
Please share the code that you are submitting. Also, share the error that you are getting.
Shivanitgxoe
let str1 = `Studytonight`;
let str2 = String("Studytonight");

// write code here

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


error showing that "Assign value to variable str2"

Login / Signup to Answer the Question.