What does the appendChild() method perform?
(a) Appends a node in the middle of the index taken as the parameter
(b) Appends a node as the first child
(c) Appends a node as the last child
(d) Replaces and appends at the last node
The question was posed to me in an interview.
The origin of the question is Lazy Loading in chapter Invocation and Performance Navigation of JavaScript