I need to fix this 👆. Please I need a help... | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

I need to fix this 👆. Please I need a help...

https://code.sololearn.com/Wv0hl0tVpmTN/?ref=app

13th Mar 2021, 2:06 PM
Sash The Smartest Alien
Sash The Smartest Alien - avatar
3 Answers
+ 1
Wrap it on a document "load" or "DOMContentLoaded" event. https://developer.mozilla.org/en-US/docs/Web/API/Document/DOMContentLoaded_event https://developer.mozilla.org/en-US/docs/Web/API/Window/load_event Scripts placed at head must be delayed after body is processed, instant where DOM is ready. document.addEventListener ("DOMContentLoaded", function(event) { //Your code goes here }); here an example... (look at the end of js document) https://code.sololearn.com/W3LC4249YM17/?ref=app If this helps you remember mark this answer as good for solving
13th Mar 2021, 4:45 PM
David Ordás
David Ordás - avatar
0
I have problem with the JavaScript not the HTML... The project is in my PC, I put that code snippet in Sololearn for help!
13th Mar 2021, 2:55 PM
Sash The Smartest Alien
Sash The Smartest Alien - avatar
0
Ok let me try that one
16th Mar 2021, 11:46 AM
Sash The Smartest Alien
Sash The Smartest Alien - avatar