It says I’m logging the wrong thing to the console but I don’t see it…
console.log("\nTick " + (tickIndex + 1));
for (gate in gates) {
handleGateAtTick(gates, gate, tickIndex, throughputSummary);
tickIndex++;
}
https://www.freecodecamp.org/learn/javascript-v9/workshop-festival-crowd-flow-simulator/step-30