javascript coding problem?
I'm trying to create a game that asks for an answer which results in a prize.
I have the current code
<html>
<head>
<title>
Assignment Java 1
</title>
</head>
<html>
<head>
<title>Assignment JavaScript 1</title>
<script type="text/javascript">
// prompt user and read input
var guess = prompt( 'Choose Prize One, Two, or Three',

