Cuéntanos qué está pasando:
Tu código hasta el momento
function functionWithArgs(one, two) {
console.log(7+9);
console.log(1+2);
}
functionWithArgs(7,9);
functionWithArgs(1,2);
Información de tu navegador:
El agente de usuario es: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36 OPR/93.0.0.0
Desafío: JavaScript básico - Pasa valores a las funciones utilizando argumentos
Enlaza al desafío: