Need a hint? Click the hint button below!
How many times will "Hello" be logged?
After running this code:
1for (let i = 0; i < 3; i++) {2 console.log("Hello");3}
What will the array look like?