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