Generation

generate functionFri, 07 Apr 2023

create function add two number

function add(a) { return function(b) { return a + b; } } add(1)(2)

Javascript
Generate More

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