Didn't understand the challenge

Tell us what’s happening:
Describe your issue in detail here.

I have tried solving this but not getting what is desired by the tasks.
I don’t understand where these new values come from :thinking: :thinking:.
I reseted my code.
Help me solve this challenge.

  **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 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36.

Challenge: Testing Objects for Properties

Link to the challenge:

What code have you tried? This looks like the starter code.

What do you mean by ‘new values’? The function arguments are defined outside of the function for you.

hey @JeremyLT ,

Thank you for replying.
I solved the challenge just now.

Happy Coding !! :slightly_smiling_face: :slightly_smiling_face:

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