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.