const video = document.querySelector('video'); const playButton = document.querySelector('button'); playButton.addEventListener('click', function() {video.play();});
There's a party to be held soon...