const startButton = document.querySelector('#startButton'); startButton.addEventListener('click', () => { console.log(this); });