Sound Sample

by Chandana Thota

HTML

<script src="https://code.jquery.com/jquery-3.4.1.min.js"></script>

JavaScript

jQuery(document).ready(function() {  
var sound = new Audio("http://rpg.hamsterrepublic.com/wiki-images/7/7c/SmallExplosion8-Bit.ogg");
 sound.play();
 });