What happens when we store an element we create in a variable?
- The variable contains the element and we can use the variable whenever we need the element
- The variable contains a string with the created element's type
- The variable contains the created element's parent
- The element displays on the webpage
The variable contains the element and we can use the variable whenever we need the element.