What value is obtained by executing the following code?
console.log(String(null));
"undefined"
null
""
"null"