NodeLists versus HTMLCollections in the DOM

Before you can effectively create and manipulate HTML content using JavaScript you need to understand the differences between Nodes and Elements and the difference between NodeLists and HTMLCollections. Some methods return NodeLists and others return HTMLCollections. This video covers the difference between Nodes, Elements, HTMLCollections and NodeLists. Also discussed are many of the methods and properties that will return these different objects. Code GIST: https://gist.github.com/prof3ssorSt3v... MDN NodeList reference: https://developer.mozilla.org/en-US/d... MDN HTMLCollection reference: https://developer.mozilla.org/en-US/d...