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