What is the result of the following code?
console.log(`5 - 3 = ${5 - 3}`);
"5 - 3 = 5 - 3"
"5 - 3 = 2"
"2"
"5 - 3 = ${2}"