@obaryoSubmitted over 2 years ago
First challenge involving JavaScript. Feedback will be much appreciated.
First challenge involving JavaScript. Feedback will be much appreciated.
Hi! I've only found one problem; when an undecided user selects more than one score before submitting, the item reporting their selection is added as many times as the score they selected. That's because you use += in the function that adds the html to 'selectedRating'. You should fix that. The rest is very well done, excellent work.