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);

Want to kickstart your project?Use the new AI Studio to create your code