We can make our web pages interactive by using a programming language called Javascript.
We can:
- ask the user to input some data using a prompt.
- store the data in our Javascript program by using variables.
- process the data by writing some code.
- output the result onto the webpage.
This Introduction to Javascript is going to introduce us to these basic ideas:
- input
- store
- process
- output