vonver all document.querySelectorAll('*') to array code example Example: javascript querySelectorAll to array const spanList = [...document.querySelectorAll("span")];