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