What is the main difference between these two methods of referencing?
What are the benefits of using one or the other? Also what kind of usage-case would they each
you could also do:
[].filter.call([document.querySelector('.single-selected-class')], item => item) .forEach(item => item.blur());