1 2 3 4 5
// For loop was missing initializer for (let i = 0; i < 100; i++) { console.log("hi"); console.log("hey"); }