The ________ method works for accepting an array of DOM elements and pushes them into a stack.

Options
- push()
- pop()
- pushStack()
- popStack()


CORRECT ANSWER : pushStack()

Write your comments


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)


Advertisement