Discussion :: Javascript - CS
- The return type of getElementsByClassName() is
Answer : Option D
Explanation :
Like getElementsByTagName(), getElementsByClassName() can be invoked on both HTML documents and HTML elements, and it returns a live NodeList containing all matching descendants of the document or element.
Be The First To Comment