Answers for "how to put a document.queryselector in an array in js"

1

javascript querySelectorAll to array

const spanList = [...document.querySelectorAll("span")];
Posted by: Guest on July-25-2020

Code answers related to "how to put a document.queryselector in an array in js"

Code answers related to "Javascript"

Browse Popular Code Answers by Language