#Meme picker practice

8 messages · Page 1 of 1 (latest)

mighty viper
#
  1. My js is working on my scrimb and not working on vs code, and i have my liver server installed already.
  2. i get an error message when i click on my generate button anytime i don't have any of my genere selected or the genere + my checkox does not have a match
    here is my scrimb:
    https://scrimba.com/scrim/co09941fdae09a454ef370daa
shut hamlet
#

Assuming the error explained in 2. is what you experience on local vs code project, that error exists on your scrim too.

mighty viper
marble sundial
marble sundial
# mighty viper okay thanks, it works

You have an issue in your 'getSingleAnimeObject()' function. If you run your app using VS Code on a local server, you can utilize the Chrome DevTools console to debug your code step by step. You will get 3 errors. Fixed code with comments you can find here: