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