Submit Button not working

Hi I have a technical issue, not sure who to contact about this but my enter button does not work ( the button one clicks after completing each step to submit and move on to the next step). Please help

Hi kabelotoo!

I would start with refreshing the page in your web browser to see if that fixes the issue. You could also try the keyboard shortcut of ctrl + enter to see if that might work rather than clicking the button with your mouse. Finally, make sure that after clicking the button you scroll down on the page to see if there are any error messages in your code that might be preventing you from progressing to the next step, they usually appear below the button. I hope this helps!

thanks for the suggestions but none have helped

This usually means there’s a serious issue with your code. Open the console tab and check for errors

this is my console

Yep, that is a good old syntax error in your code, which will definitely keep the “Check Your Code” button from working. Also, that squiggly red line under “dagger” in the editor is trying to tell you there is a problem with your code there.

You want inventory to be an array of strings. I would look at the array example in the instructions and compare it to what you have to make sure you are creating the array properly.

1 Like

my goodness. Took me forever to see that I missed the brackets, thank you. I am also used to the system making me aware of my code after clicking on “Check Your Code”, so I didn’t think the problem would be my code. thanks

1 Like

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.