What value is obtained by executing the following code?
let str = "Hello"; console.log(typeof str.toUpperCase());
"function"
"undefined"
"object"
"string"