Home
ActionScript
Blog

Chapter 1

Chapter 2

Chapter 3

Chapter 4

Chapter 5

Chapter 6

 

 

 

 

 

 

 

 

 

 

 

 

 

 

<script>
//hello Joe
//Demonstrates basic variable concepts
//Catherine Casuat, 09/18
var greetings;
greeting = "Hi there, Joe";
alert(greeting);
</script>