- My js is working on my scrimb and not working on vs code, and i have my liver server installed already.
- 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
#Meme picker practice
8 messages · Page 1 of 1 (latest)
Assuming the error explained in 2. is what you experience on local vs code project, that error exists on your scrim too.
not working in my vscode at all
Hi, @mighty viper ! You missed the dot before the slash in import statement (first line of your index.js).
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: