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