In this first line of a JavaScript for loop, what is i<=10 called?

for (let i=1; i<=10; i++){

the initialization

the condition

the error flag

the increment

the condition