I am totally confused on this one!

Tell us what’s happening:

What does this even mean?

Your code so far


var Person = function(firstAndLast) {
// Complete the method below and implement the others similarly
this.getFullName = function() {
  return "";
};
return firstAndLast;
};

var bob = new Person('Bob Ross');
bob.getFullName();

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36.

Challenge: Make a Person

Link to the challenge:

It looks like that is the starter code, did you try anything. Is there a problem?

2 Likes

I had been coding for 18 hours and I got crazy. Took a nap and I started moving forward again. Anyways, thanks for your concern :slight_smile:

So, do you have a specific question about this challenge? Do you need help?

1 Like

Nope. thanks a lot again.

1 Like