The mapping function is handy if you were going to map the contents in some way. For instance, if you wanted to get an array of the tag names of the elements with a given class: // Typical use (with an arrow function): const divs = Array.from(document.querySelectorAll(".some-class...