Fixing Java script | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Fixing Java script

Can anyone fix this and send me back please please https://sololearn.com/compiler-playground/Wv1iCOc99qHy/?ref=app

12th Apr 2024, 6:53 PM
Tyler Banks
Tyler Banks - avatar
1 Answer
+ 5
js can only find the html element once the document is fully loaded. put all Javascript inside of window.onload = function() { // here goes all js }
12th Apr 2024, 7:25 PM
Lisa
Lisa - avatar