Home
JavaScript
ActionScript
Blog
Chapter 1
Chapter 2
Chapter 3
Chapter 4
Chapter 5
Chapter 6
<html>
<script>
//hello world
//the classic first program
alert("hello world");
</script>
</html>