Simon says : buttons all light up at the same time(nevermind)

I’m nearly finished with the logic of the game except when it does the random sequence all the buttons light up at once. I tried using callbacks to set some spacing between each button lighting up but that didn’t work. Thank you for your help

UPDATE: I figured it out. I had to increment the setTimeout timer for each time it is called.