I was wondering if there was someone out there that would take pity on my poor soul? I have a piece of JavaScript that is trying its level best to put me into an early grave. I am very new to all of this and would be eternally greatful if someone could see thier way to helping me before I lose the will to live.
I have to add the following two groups, occasion and name of sender, to the piece of JavaScript below:
<html>
<head>
<title>(ii)</title)
var recipient
// Declare other variables here
recipient =
window.prompt ('Please enter the name of the recipient', '');
// prompt for other values here
// output the customised greeting here
</script>
</head>
<body>
</body>
</html>