I have seen code online using this operator and I don't know what it's supposed to mean:
var div1 =$ ('#div1');
var div2 =$ ('#div2');
var div3 =$ ('#div3');
It's returning me the element with the corresponding IDs, but why? How does it work and is it native?