0 / 60 seg.

What would be the result in the console of running this code?

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