JavaScript QuerySelectorAll a la matriz

const spanList = [...document.querySelectorAll("span")];
Master Cheeto Fu