The length property defines the number of elements in an HTMLCollection:Example myCollection.length Try it Yourself » The length property is useful when you want to loop through the elements in a collection:Example Change the text color of all elements: const myCollection = document.getEleme...