How would jQuery allow its constructor to act as a function accepting arguments meanwhile its constructor also acts as a function accepting arguments?
I am a bit new to
It's a programming technique called function chaining.
You can see more on this here: How does basic object/function chaining work in javascript?