How do I this one exactly?

I don’t know if it’s a bug, not trying to sound like a User, but I see in the comments of the Hint threat, of code’s that when I attempt mine’s do not work, why?

function checkObj(obj, checkProp) {

// Only change code below this line

if(obj.hasOwnProperty(checkProp)) {

return obj[checkProp];

} else {

return “Not Found”;

}

// Only change code above this line

}

(The “Not Found” is red, and it wont accept it)

Please post a link to the challenge.

I figured it out, it’s literally the "

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