That's great for this simple example but what if you usevideo.play()to be able to play a video later? I'll tell you a secret. You don't have to usevideo.play(), you can usevideo.load()and here's how: Example: Fetch & Play button.addEventListener('click', onButtonClick);fun...