Chapter 1
Chapter 2
Chapter 3
Chapter 4
Chapter 5
Chapter 6
Project Two
<script> //Catherine Casuat 10-2-07 //Greets and compliments the user
var name = ""; var compliment = "";
name=prompt("Hey, what's your name?"); alert("Awesome. You are such a great programmer, " + name +"!");
</script>