0
My slider is not working properly find the error in my code
2 odpowiedzi
0
lot of typos
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