Simon game | Strict mode and reset game doesn't work

Hey there,

I have been trying to figure out how to solve a bug/problem that arises when I’m trying to activate strict mode. Also there is a problem with resetting the game as it doesn’t do that.
I have been banging my head against the keyboard trying to solve this issue for the last few days to no avail.
Any help would be greatly appreciated.
Here is the link for the codepen code: Simon Game

Thanks

Thanks mate for your time. I appreciate it a lot.

I revisited my code and made some changes and now I think I have the basic functionality.

The only thing I need to figure out is how to disable mouse pointer during the computer sequence display and re-enable it after.

Cheers

Yep. You are right. If you are testing it on Chrome. I only tried it in Firefox. My bad. Maybe setTimeout() and setInterval() are implemented differently in these 2 browsers. I’ll try to sort it out.

Edit:
I think I made it work. Thanks mate for pointing out the above issues.

Cheers!