<button onclick="playSound()">Play</button> <script> let playSound = () => new Audio("src.mp3").play(); </scirpt>