Chapter: For Loops
What numbers does for (let i = 0; i < 5; i++) count through?
for (let i = 0; i < 5; i++)