if you find something that does not work, just open console, and it will tell you the specific, reliable information to help you locate and correct the problem.
check the console to find out what is going wrong!
var a = 1;
var c = a + b;
console.log(c);
<---