Predict the output.
var a = 1; (function() { console.log(a + this.a); var a = '2' console.log(a + this.a); })();