wat heb ik fout gedaan in dit script ik kan dan wel de data invoeren maar het verschijnt niet help 

var good_guy = prompt("Who's the hero now? ","");
var bad_guy = prompt("Who's the bad guy? ","");
var place = prompt("Were do they fight? ","");
var type = prompt("What kind of battle was it? ","");
var win = prompt("Did he win or lose? ","");
var sentence = good_guy + " went of to fight " + bad_guy + " on " + place + " , the fight was " + type + " but he " + win + ".";
(heb ff die java dingen wegehaalt)
var good_guy = prompt("Who's the hero now? ","");
var bad_guy = prompt("Who's the bad guy? ","");
var place = prompt("Were do they fight? ","");
var type = prompt("What kind of battle was it? ","");
var win = prompt("Did he win or lose? ","");
var sentence = good_guy + " went of to fight " + bad_guy + " on " + place + " , the fight was " + type + " but he " + win + ".";
(heb ff die java dingen wegehaalt)