0 / 60 seg.

What is the result of the following expression?

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