diff --git a/Week3/prep-exercises/1-traffic-light/traffic-light.js b/Week3/prep-exercises/1-traffic-light/traffic-light.js index f4a5c1a..fa75572 100644 --- a/Week3/prep-exercises/1-traffic-light/traffic-light.js +++ b/Week3/prep-exercises/1-traffic-light/traffic-light.js @@ -49,12 +49,10 @@ function main() { main(); /** * The output should be: - 0 The traffic light is now green 1 The traffic light is now orange 2 The traffic light is now red 3 The traffic light is now green 4 The traffic light is now orange 5 The traffic light is now red - */