Guest User

Untitled

a guest
Mar 20th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. $(window).load(function(){
  2. let audio = new Audio('../songs/intro.mp3').play();
  3. console.log(audio);
  4. });
Add Comment
Please, Sign In to add comment