generate functionWed, 30 Nov 2022

the website asks for two numbers, then adds them up and gives the sum to the user

const add = (a, b) => { return a + b } add(1, 2)

Javascript
Generate More

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