日安 says to Happy Web Developer function togglePlay() { const method = video.paused ? 'play' : 'pause'; video[method](); }