What is the output of the following code snippet?
console.log("2" + true - false);
NaN
"2"
true
false