Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
¿Cómo se define una función con parámetros en JavaScript?
var miFuncion = { }
function miFuncion { n1,n2}
let miFuncion = function { a,b}
function miFuncion(n1, n2) { }
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!