0 / 60 seg.

What is the output of the following code?

for (var i = 1; i <= 5; i++) {
  console.log(i);
}