What is $() in jQuery library?

What is $() in jQuery library?

It is basically the shorthand for jQuery() method (or function). It is used as an alternation for the jQuery() in jQuery library.