var string = ‘*’;For (var i = 0; i=4; i++){ string += ‘ * ‘; Console.log(string);}

Comments

Popular posts from this blog