const node = ( document .getElementById(`node-${id}`) ) node.innerHTML = getRandomValue() node.style.color = getRandomColor()