for (let i = 0; i < n; i = i + 1) { // write code here to do something n times // the variable i will increase by 1 each time }