0
Hi guys any ideas?
I made this code and can’t figure out why it’s throws an error, sorry still quite new to this any help would be much appreciated. https://code.sololearn.com/Wd5hzGuFtZTO/?ref=app
5 Respostas
+ 3
[FIXED] Note, you're in Q&A. I see a code you just posted into a Lesson comment ... with a similar topic ... but currently marked "Private".
If that's the code, would you mind adding it to your question here (or making it public)?
0
if you are using javascript use console.log(variable) to test a variable's return and see what is wrong, and exactaly what is wrong with your code?
0
Kirk Schafer just made it public any help is ideal mate thank you
0
you are missing 2 ; your code (when setting innerHtml of your element
0
Gustavo Freire Santos just changed that and updated, still not working properly, any other ideas?