Question:What are appendChild () methods do?
A Remove an existing child object, which is passed to the method.
B Adds a new child object, which is passed to the method, to the current Node.
C Returns a duplicate of the Node.
D Returns a Boolean of the Node.
+ AnswerB
+ Report