Introductory JavaScript Samples
For this course our introduction to programming with JavaScript consisted of using ECMA commands:
- To alert the user to enter specific information
- Gain an understanding of how webpages could store information that could be called upon at a later time
The examples in this section demonstrate JavaScript at a basic level.