What does the .appendChild() instruction do?

It adds the element between parentheses inside the parent elementIt creates a new element inside the parent elementIt removes an element from the parent element

It adds the element between parentheses inside the parent element.