Why do we use a variable to store an element we create?
- So we can access it later using the variable's name
- Because it's part of the instruction that creates an element
- Because everything needs to get stored in variables
So we can access it later using the variable's name.