Can anyone tell me what's wrong with this, please? I cannot pass this for next lesson. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Can anyone tell me what's wrong with this, please? I cannot pass this for next lesson.

let name = "Tom"; console.log("Welcome," + name + "!");

9th Mar 2023, 9:33 AM
Thuy Duong Dang
Thuy Duong Dang - avatar
3 Answers
+ 3
Pay attention to blank spaces in the output. Please mention course name and task number.
9th Mar 2023, 10:38 AM
Lisa
Lisa - avatar
+ 3
Works now? Great! 👍
9th Mar 2023, 2:41 PM
Lisa
Lisa - avatar
+ 2
Oh thank you, Lisa. It works. It's from 'Introduction to Javascript", lesson "String Concatenation".
9th Mar 2023, 2:16 PM
Thuy Duong Dang
Thuy Duong Dang - avatar