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