How many parameters can we parse into jQuery function?
Good day everybody,
I'm a newbie in javascript and jquery. Currently i am studying a course from codecademy.com . In one lesson, i use function "hover()". I realize that it can take 2 function concurrently.

My question is:
How many parameters (such as function(){} ) can we parse to jQuery function? Is it possible to parse 3, 4 parameters to jQuery function generally? Is it possible to parse 3,4 parameters to jQuery function typically?
Thanks a lot!