July 3rd, 2024
Recreate the asterisk pizza slice!
What's missing in this code?
printPizzaSlice();
function printPizzaSlice()
for (let i = 1; i <= 5; i++)
let str = '';
for (let j =
; j <= 5; j++)
str +=
;
}
console.log(str);
}
}
Type or select from these options