We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Code opschonen
const buttons = document.querySelectorAll('button');
buttons.forEach(button => {
button.addEventListener('click', handleClick);
})
function handleClick(event) {
`document.body.style.backgroundColor = event
console.log(event.target.innerHTML);
}
Concept
De code
Research
Reflectie