For a web development assignment, I am tasked with cloning a square 7 times and increasing its number by 1 each time (from 1 to 8).
I'm considering using a "while" loop with an incrementation until i = 8, but I'm unsure. Also, I'm wondering if it's possible to create a variable with an HTML element inside and then duplicate it.