What value is obtained when executing the following code?
let string = "Hello"; console.log(typeof string);
object
Error
string
text