//very simple - just add double backslashes function handleClick() { var audio = new Audio('sounds om-1.mp3')//here we can grab a source without audio.play(); //error }