I\'ll admit I\'m weak in JavaScript and JSON. I\'ve spent a lot of time attempting to figure out why numbers from my objects returns NaN when they are added together. With t
you need to initialize jan first
var jan = 0;
here's the example - link