Hay partes del enunciado que sigue en ingles!

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

I assume it is expected when the text has not been translated yet. You can help with the translations as well.

I realize the docs and original challenge text are in English so you have to know English well enough.