BananaMaster

30 - Multiplication Table Generator, for loop practice (JS lessons)

If you forgot something, click to go to the lesson

📘 Task: Multiplication Table

Build a "Multiplication Table" application.

The user enters a number. After clicking the button:

📐 How it works:

🧪 Examples:

📌 Important:
Every row in the table must be created through the for loop. Do not change anything in the HTML.