I did some javascript / jQuery programming a few years ago, and I just started up again. Back then the dollar sign was used for all the jQuery functionality, and if no jQuery library was imported, the dollar sign was not defined.
Today, I started up Firefox, in a completely empty html file with no javascript libraries, and yet the dollar sign points to something. If I open the Firefox console and type '$' I get "function()"
.
1) Is it correct that dollar sign was not assigned, a few years back, or do I remember wrong?
2) What is the dollar sign, if not jQuery?