When using the console on a page without JavaScript, I noticed that typing $
had the same effect as document.querySelector
and typing $$
had the same effect as document.querySelectorAll
.
Would two functions shortcuts to the querySelector or do they have any specific behavior different?
What's their name? I even searched the caniuse link, but I did not get results (I tried "dollar" too)