JavaScript Notes

Input and output. Variables can be given values in the script, as above. However we often want to get data values from the user, off the screen - in other words we want to input data. There are several ways to do this - to start with we will use prompt(). For example, you could get the user to input … ................
................