-4

Currently I have window.alert('Wrong Answer ' +why+ '' +cite); I probably should use a modal instead,but it's easier to use an alertbox

1 Answers1

0

var why, cite;
window.alert("Wrong Answer \n" + why + "\n" + cite);
Mr Nsubuga
  • 300
  • 3
  • 7