What value is obtained by executing the following code?
function myFunction() {} console.log(typeof myFunction);
"object"
"undefined"
"string"
"function"