My slider is not working properly find the error in my code | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
0

My slider is not working properly find the error in my code

https://code.sololearn.com/W3jk0ipwG4Ke/?ref=app

14th Jul 2019, 1:50 AM
Shipra Tripathi
Shipra Tripathi - avatar
2 ответов
0
lot of typos
14th Jul 2019, 5:33 AM
Jason Kennedy
0
i took another look..besides typos..there are fundemental issues with this code. you say getelement my slides..but no element exists you are looping through slides with slides.length but no array exists to do so. slides is pulling a non existent class..not an array. currentslide is a function that isnt returning anything. I think you should start over and take it step by step
14th Jul 2019, 8:52 AM
Jason Kennedy