If I open a Node REPL, and enter this code, I can see that it evaluates to 3:
$ node > { let a = 1 + 2; a } 3 >
However, this code doe