|
I specifically designed this part of the site to be geared specifically towards beginners to the world of JavaScript.
|
|
To prove it, study this list (at least 10 seconds) and continue on.
|
To start coding JavaScript use the <script> tag.
|
The <script> tag should contain language="javascript" somewhere towards the end of the tag. This insures compatibility with other browsers.
|
To stop coding JavaScript use the </script> tag.
|
Almost all statements in javascript end with a semicolon(;).
|
|
In the second chapter you shall test you skills in the ways of JavaScript.
|
|