Help | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
2 Answers
+ 2
C#Coder First thing class name should not have dot(.) 2nd thing write code inside window.onload function window.onload = function() { const button = document.querySelector(".button"); button.onclick = function () { alert("hello!"); } }
8th Aug 2022, 3:12 PM
A͢J
A͢J - avatar
0
Thanks
8th Aug 2022, 5:45 PM
C#Coder
C#Coder - avatar