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

Questions about programming?Chat with your personal AI assistant