Posts by Fábio Vinícius • 21 points
1 post
-
1
votes0
answers15
viewsQ: Reset Setinterval in Picture Carousel when pressing button does not work(carousel with automatic and manual feed)
const slides = document.querySelectorAll('[data-js="carousel__item"]') const nextButton = document.querySelector('[data-js="carousel__button--next"]') const prevButton =…