What are the steps of a 'for' loop?

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

Drag each item to put the steps in the correct order: