In Step 27 of Javascript Algorithms and Data Structures(Beta), if we declare variable ‘inventory’ and in next line initialize it with ‘“stick”’ string then the website freezes and ‘check your code’ button doesn’t work. If I declare and initialize the ‘inventory’ variable in the same line, ‘check your code’ button works and you can go to next step.
I think one simple solution to the problem could be not automatically closing the console window when going to next step after pressing check your code button.
The Preview window doesn’t automatically close while going to the next step but console window does.
I dont know if I should make a new post about this in improvement subforum or if this replying the suggestion is ok.