Need help. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Need help.

Why don't work code?

15th Mar 2024, 4:21 PM
Artem Kirichenko
Artem Kirichenko - avatar
4 Answers
+ 3
give a complete task description. mention course name and task number. do not remove the given code. only output what the task says – no additional text.
15th Mar 2024, 4:39 PM
Lisa
Lisa - avatar
+ 2
let userRating = prompt("Rate your experience from 1 to 5:"); //Use concatenation to log the message "Thank you for rating us [userRating]" console.log("Thank you for rating us " + userRating);
15th Mar 2024, 4:21 PM
Artem Kirichenko
Artem Kirichenko - avatar
+ 1
My course: https://www.sololearn.com/learn/courses/angular-developer Section: Working with data Practice: Rating matters
15th Mar 2024, 8:27 PM
Artem Kirichenko
Artem Kirichenko - avatar
+ 1
If u mean your JavaScript in web project do not work, use internal script or when using the JS tab, embed your codes in : window.onload = function(){ // Your code here } Otherwise share your code
20th Mar 2024, 7:35 PM
IAmSupreme
IAmSupreme - avatar