Home
ActionScript
Blog

Chapter 1

Chapter 2

Chapter 3

Chapter 4

Chapter 5

Chapter 6

 

 

 

 

 

 

 

 

 

 

 

 

 

 

<script>
//hello user
//ask user for name
//Catherine Casuat 09/18
var userName;
userName = prompt("What is your name?");
alert(userName);
</script>