0
JS styling not working
Hello, I’m trying to make an object-oriented “game engine” type thing without using css and doing all the styling in JS but it isn’t working. https://code.sololearn.com/WWWRoPyd2KfY/?ref=app
2 odpowiedzi
+ 1
Hello there!
I resolved the problem by using the script tags and including the js in the html.
https://code.sololearn.com/WncLY5s1T8j4/?ref=app
A second solution is to onload the js using window.onload or other onload function :)
+ 1
Thank you very much!