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