javier romero

Generation

generate functionWed, 12 Apr 2023

genera una funcion que tome un objeto (a) y un string (b) como argumento

function generarFuncion (a, b) { return function () { console.log(a + b); } }

Javascript
Generate More

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