Why can't we nest a new element with JavaScript without setting the ID of the parent element?
Because we need to access the parent in the script when adding the new elementBecause we need the parent ID to create the child elementBecause we need the parent ID for the code in the script to run
Because we need to access the parent in the script when adding the new element.