Why-wont-this-javascript-code-execute-computer-science-homework-help
<!Doctype html>
<html>
Save your time - order a paper!
Get your paper written from scratch within the tight deadline. Our service is a reliable solution to all your troubles. Place an order on any task and we will take care of it. You won’t have to worry about the quality and deadlines
Order Paper Now<title>JavaScript Tutorial</title>
<body>
<script language "javascript">
var cleanCities ["Cheyenne ","Santa Fe ","Tucson ","Great Falls ","Honolulu"];
var cityToCheck "Tucson";
if(cityToCheck cleanCities[i])
{
alert("You are clean");
}
</script>
</body>
</html>
it looks logically and syntactically correct so im not sure what im missing.