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 + "!");
3 Answers
+ 3
Pay attention to blank spaces in the output.
Please mention course name and task number.
+ 3
Works now? Great! đ
+ 2
Oh thank you, Lisa. It works.
It's from 'Introduction to Javascript", lesson "String Concatenation".