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