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