Look at the code below and try to guess what it prints.
let result = 2 + '2' - 1; console.log(result);