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

Questions about programming?Chat with your personal AI assistant