Guess the Output

Look at the code below and try to guess what it prints.

Code:

let result = 2 + '2' - 1;
console.log(result);