Generation

generate functionSat, 15 Apr 2023

contrato de trabajo a termino indefinido por un año por un valor de 1000000

function getContrato(nombre, tipo, años) { return { nombre, tipo, años, valor: 1000000 } } getContrato('alex', 'tiempo indefinido', 1)

Javascript
Generate More

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