What value is obtained when executing the following code?
console.log(typeof "hello");
object
text
string
boolean