I
Size: a a a
I
I
I
I
DL
N
PN
PN
EL
T
I
setInterval(function() {
let next = document.querySelector('.btn.active + .btn');
let btns = document.querySelectorAll('.btn')
next ? next.click() : btns[0].click();
}, 3000);EL
T
T
T
РВ
I
setInterval(function() {
let next = document.querySelector('.btn.active + .btn');
let btns = document.querySelectorAll('.btn')
next ? next.click() : btns[0].click();
}, 3000);I