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