Assemble the for loop so that console.log(i) is inside the code block.

The order is for (var i = 1; i < 5; i++) {, console.log(i);, then }.