Assignment 3
Assignment 3
and JavaScript
Objective: Create a user feedback form on a website that allows users to submit their
opinions and provides interactive responses using JavaScript. This form should incorporate
JavaScript validation, interactive feedback, and the use of loops and conditions to
dynamically handle form responses.
Task Instructions:
Bonus Challenge:
Enhance your form by using a JavaScript function to calculate and display the average rating
from all submissions. For now, simulate the process by using a list of sample ratings (stored
in an array).