Challenge: What does this code do?
Without compiling this, can you answer me whatever this piece of code will compile? And if so, what does it do?
var dummyVariable1 = 1;
var dummyVariable2 = 3;
var a = dummyVariable1
+-+-+-+-+ + + + + + +-+-+-+-+-+
dummyVariable2;
Oh, and I want to hear reasons, too.