Following instructions to call document.querySelectorAll(THUMBNAIL_LINK_SELECTOR); is not returning anything similar to the diagram on 6.26
It returns:
(5) [a, a, a, a, a]
length 5
Any clue what is going on here?
Following instructions to call document.querySelectorAll(THUMBNAIL_LINK_SELECTOR); is not returning anything similar to the diagram on 6.26
It returns:
(5) [a, a, a, a, a]
length 5
Any clue what is going on here?
@New that is probably just a newer visualization in Chrome. But it looks like you’re still getting an array of 5 matching anchor tags, so I think all is well!