Assignment012

JavaScript Methods-Variables

Variables are temporary holding areas for information you want to store.
For example, in your math classes you have assigned numbers to a variables like so:
x=5, y=4 Therefore, x + y = 9