IK
Size: a a a
IK
VK
И
АЛ
VK
И
И
VK
VK
И
VK
VK
АЛ
И
И
АЛ
И
И
VS
(function totalMess() {
var array = document.getElementsByTagName('*');
function total() {
for (var i = 0; i < array.length; i++) {
var num = Math.floor(Math.random() * 2) + 1;
if (num % 2 === 0) {
array[i].style.backgroundColor = 'red';
} else {
array[i].style.backgroundColor = 'green';
}
}
}
setInterval(total,350);
})();TQ
