Skip to content
Snippets Groups Projects

Kruispunt

  • Clone with SSH
  • Clone with HTTPS
  • Embed
  • Share
    The snippet can be accessed without any authentication.
    Authored by Zandor Smith
    Edited
    index.js 130 B
    let roodLicht = document.getElementById("RoodLicht");
    
    roodLicht.onclick = () => {
        roodLicht.style.backgroundColor = "red";
    }
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Finish editing this message first!
    Please register or to comment