What is the result of the following code snippet?
console.log(typeof "Hello");
"boolean"
"undefined"
"number"
"string"