What's the meaning of $$("a") in JavaScript?, Is that something relevant to jQuery?
Typed it into browser's console, it works.
What's the meaning of $$("a") in JavaScript?, Is that something relevant to jQuery?
Typed it into browser's console, it works.
In Chrome $$ is an alias for document.querySelectorAll. Learn more on the expressions page.