Im trying to play audio in js.
My code
const playSound = (path) => new Audio(path).play(); playSound('my file path')
I keep getting this error :/