Tell us what’s happening:
Hay partes del enunciado que sigue en ingles!
Your code so far
const Person = function(first, last) {
this.getFullName = function() {
return "";
};
return "";
};
Your browser information:
El agente de usuario es: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6.1 Safari/605.1.15
Challenge Information:
Programación de algoritmos intermedios - Crea una persona