If you are in Chrome, it provides $$
in the console by default as a wrapper around doing
document.querySelectorAll(...)
$$
on it’s own however is not any special value, it entirely depends on the system running the javascript.
solved What is the $$ function in JavaScript? [closed]