copy queryselectorall to array code example Example: javascript querySelectorAll to array const spanList = [...document.querySelectorAll("span")];