var symbol = "*"; var empty = ""; var count = 10; ********** ********** ********** ********** ********** ********** ********** ********** ********** ********** I need these characters to be displayed line by line in console.log(**********);
how to think about this logic when the interpreter stumbles upon the number 10 (in the context of this example, this figure is still static), so that it creates a new line console.log(**********); and so 10 times! what condition is needed for this, I think, here something is connected with the division by module, but it has not developed the logic itself! Thank you all in advance!