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