+ 2

why next and prev is not function?

I have run this same code at chrome it work perfect but i wrote in sololearn it gives next and prev is not function whats happening https://code.sololearn.com/W8Hss77w1J80/?ref=app

8th Jun 2019, 2:50 PM
Danielov
Danielov - avatar
3 ответов
+ 5
Add these inside the javascript window.onload: document.getElementById("prev").addEventListener("click",prev) document.getElementById("next").addEventListener("click",next) Delete the "onclick" from thr HTML bar. Do that , and it should work. I hope this helps.😊
8th Jun 2019, 3:18 PM
🍇 Alex Tușinean 💜
🍇 Alex Tușinean 💜 - avatar
+ 2
okay i think its sololearn imperfect setup they should work seperately with the code editor and engine so that we wont have to face simple unnecessory error!
8th Jun 2019, 5:44 PM
Danielov
Danielov - avatar
+ 2
oh i sewe script is not refering inside html with my previous method!
8th Jun 2019, 5:52 PM
Danielov
Danielov - avatar