The length of a #javascript function will tell you how many arguments it accepts. This could be useful if you’re using a library and don’t have insight into the code and need to know how many arguments you can pass into the function. Read more here