JavaScript
Project: Feedback Survey Form
The form will calculate the average rating and display feedback based on the average.
Objective:
1. Create a form where users can input their ratings for multiple aspects of an event.
Features:
• Conditional Statements: Used to display feedback based on the average rating.
• Loops: Used to iterate over an array of ratings to calculate the average.
• Arrays: Used to store user input ratings.
• Events: Used to handle form submission and button clicks.