Console is stopping at some point and the program won't working until restarting the Sololearn app
I have created a small game with arrays in javascript and table in html..the program create random numbers and put in table we have to arrange it. I have also added a NextSet button which creates another set of random numbers. This button is working fine with level 1 but in level 2 while clicking this button (about 1-7 times) the console is getting stucked and nothing works anymore..even after restarting the program nothing is showing except a blank page. It works only after restarting the whole app. Since the level 1 is working fine I think the problem is with random numbers generating function as it have some additional conditions in level 2 but I'm not sure as the console is not showing any error. If anyone know about this error please let me know if I can solve it without deleting the code. If you also think the problem is with random numbers then there is a function called Start() that is where the random numbers are created (the code is a bit lengthy) Please be careful while clicking the NextSet button.