What result does the following code produce?
function myFunction(a, b) { return a * b; } console.log(myFunction.length);
0
1
2
3