Javascript – My for loop isn't running and I'm not sure why. It won't even print anything to the console
I'm trying to make a jeopardy game and I need to add the questions to a table. I'm using a forEach loop to loop over all the categories first and then I want to use a for loop inside the…