let roodLicht = document.getElementById("RoodLicht"); roodLicht.onclick = () => { roodLicht.style.backgroundColor = "red"; }