BananaMaster

32 - Star Rating Generator, for loop practice (JS lessons)

If you forgot something, click to go to the lesson

📘 Task: Movie Rating

Build a "Movie Rating" application.

The user enters a number from 1 to 10. After clicking the button:

📐 How it works:

📐 Validation:

📐 HTML structure of the result:

<div class="rating">
    ⭐⭐⭐⭐⭐
</div>

🧪 Examples:

📌 Important:
Stars must be generated through the for loop. Do not change anything in the HTML.