What is a variable?
It is a name with stored data in it
Why are variables useful?
they are reusable information you can re-assign them.
What two special characters can a variable begin with?
_
$
How do you assign a value to a variable?
“name” = 3;
How do you assign a value to a variable?
= ;