What value is obtained by executing the following code?
console.log(`The result is ${2 + 2}`);
"The result is ${2 + 2}"
"The result is 22"
"The result is 4"
"The result is 2 + 2"