What value is obtained by executing the following code?
console.log(`${null}`);
"null"
null
""
"undefined"