我想知道是否有人会对我可怜的灵魂表示同情?我有一段JavaScript试图将它放到最早的坟墓中.我对这一切都很陌生,如果有人能够在我失去生存意愿之前看到他们帮助我,那将永远是伟大的.
我必须在下面的JavaScript中添加以下两个组,即发件人的场合和名称:
<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>
Run Code Online (Sandbox Code Playgroud) javascript ×1