0
please anybody help!!!!
Problem description at the start of <script> tag (i don't know Escma Script 6) here is URL LINK : https://code.sololearn.com/W6vZRwwgpyxq/#html
2 Answers
+ 1
step 1. declare inte as a global variable outside of any functions
step 2. move if statement and clearinterval from moveUP() into movement()
if(Ypos < 52){
clearInterval(inte);
https://code.sololearn.com/W0coSFzNxpue/#html
0
Thank you so much!!!! <3