/*This loop does not iterate at all, because its condition is false to start with.*/ for (let i = 0; i < -1; i++) { console.log("LaunchCode"); }