+ 1
I got a question
My code is named: "TheEndlessRoad" Can somebody have a look at it. The element with the id="dude" wont move 😱😬 Thank you for answers
2 ответов
+ 10
There is a } missing at the end of the js. Als function rain misses ){ at the declaration line.
var wo should be declared global because you need to access it fom the last function of your script.
0
Yeah....