+ 2
Need help.
Why don't work code?
4 ответов
+ 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.
+ 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);
+ 1
My course: https://www.sololearn.com/learn/courses/angular-developer
Section: Working with data
Practice: Rating matters
+ 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