Why is it a good idea to store the parent element in a variable?
- Because we can use that variable whenever we need to access the parent element
- Because we can only access the parent element through a variable
- Because we need a variable to make sure the code in the
script
runs Because we can use that variable whenever we need to access the parent element.