News
Marcus Chiriboga (SE tutor) helped Kenzie Academy Write an HTML page that uses JavaScript to draw a 10x10 multiplication table. The key idea is to use two nested loops (one loop inside another) for ...
* We create a **`for`** loop that will be responsible for the rows in the table. We name the loop variable **`row`** and assign it to an initial **value of 0**. As a condition, we set **`row < n`**.
Some results have been hidden because they may be inaccessible to you
Show inaccessible results