ДЛ
setInterval(() => {
document.getElementById("id").click()
}, 3000);
кидает ошибку
Uncaught TypeError: Cannot read property 'click' of null
at <anonymous>:2:32
хотя без setInterval все работает нормально
Size: a a a
ДЛ
setInterval(() => {
document.getElementById("id").click()
}, 3000);
Uncaught TypeError: Cannot read property 'click' of null
at <anonymous>:2:32
С
D
С
D
С
D
D
AP
[1,2,1]
искать 1
, получишь 0AP
ДЛ
j
Array.from(new Set([1,2,2,3]))
С
IS
IS
D
D
D
D
IS