Sample Code
var x = 2, y = 2; var c = x + y; console.log(c);
Run