What is the output of this program?

var a = 5;

var b = 8;

console.log(a + b);

The output of this program is 13.