0 / 60 seg.

What is the result of the following expression?

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