0
Confused
https://code.sololearn.com/WoOCdvsepc7G/?ref=app I was coding simple incremental game,it's gives me error,I looked anything but seems I can't find it Sorry I'm a beginner at website development
2 Respostas
+ 1
Put your javascript inside a window.onload function:
window.onload = () => {
// ...
};
0
Thanks for the solution