tutorial 1: your first JavaScript program
watch it on YouTube
Notes
- JavaScript can be compiled by a browser,
making it easy to work with and see the results of your
coding.
- JavaScript embedded in an HTML page should be
enclosed in <script> tags.
- embedded JavaScript can be included in the head or at the end (bottom) of
the body section of your HTML page