JavaScript Clear Form setelah Dubmit

//Get form by Id 
var form = document.getElementById("MusicForm");
form.target.reset();
Shy Spider