Good People of freeCodeCamp, pls help me with this

Tell us what’s happening:
Describe your issue in detail here.
I’m not sure how to do this, help me out?

  **Your code so far**

function checkObj(obj, checkProp) {
// Only change code below this line
return "Change Me!";
// Only change code above this line
}
  **Your browser information:**

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

Challenge: Testing Objects for Properties

Link to the challenge:

Reread the instructions. If you don’t understand them, then do some research.

As a developer, I am googling things all the time. I don’t use hasOwnProperty much so I might have to look it up. I would google “mdn hasOwnProperty”. MDN is a great site with a lot of great documentation. I use it all the time.

If you are still confused, show us what you’ve tried, and be very specific about the problem that you are having.

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.