What is Array-Like Objects in JavaScript?
2022年5月1日小于 1 分钟
What is Array-Like Objects in JavaScript?
Question
We meet a lot of Array-Like objects, like return value of document.querySelectorAll()
.
What exactly are Array-Like Objects? How can we loop through them?