Generation

generate functionSun, 13 Nov 2022

Add seven numbers

function add(a, b, c, d, e, f, g) { return a + b + c + d + e + f + g; } add(1, 2, 3, 4, 5, 6, 7);

Questions about programming?Chat with your personal AI assistant