The number of parameters expected by the function.
length
function sum(a, b) { return a + b } sum.length
2