What is the starting point of code execution in jQuery?

What is the starting point of code execution in jQuery?

In jQuery, the starting point of code execution is :- $(document).ready() function. It is basically executed when DOM is loaded.