AY
Size: a a a
AY
IS
S
AY
AY
S
S
S
AY
S
AY
S
AY
j
const filtered = colors.filter((color) => color !== colorOfTheDay)
return filtered[Math.floor(Math.random() * filtered.length)]
while (true) {
const result = colors[Math.floor(Math.random() * colors.length)]
if (result !== colorOfTheDay) {
return result
}
}
М
IS
j
IS
V
V