Main Journal Notes Code Rants Places
This is an old revision of the document!
This is a summarized form of the JavaScript Tutorial.
For reference JavaScript specifications can be found here .
<script type="text/javascript"> <!-- document.write("Hello World!"); //--> </script>