function test(a, b = 1) { var a = a + b; return a; }