Understand Own Properties

Tell us what’s happening:

explain me what is in the topic

Your code so far


function Bird(name) {
  this.name = name;
  this.numLegs = 2;
}

let canary = new Bird("Tweety");
let ownProps = [];
// Add your code below this line



Your browser information:

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

Link to the challenge:
https://learn.freecodecamp.org/javascript-algorithms-and-data-structures/object-oriented-programming/understand-own-properties

Is there something specific that you don’t understand? Do you understand objects? Constructors? Properties? What an “own” property is? Is it the looping that is a problem?

now i understand but thanks for asking bro

I didn’t ask, you did. You asked a vague question and I was trying to clariy what was confusing you.