Can you explain what it is that you’re struggling to understand about this challenge please? The better you can describe your issue, the easier it is for us to understand how best to help you.
You are only returning “Not Found” in the function. You arent doing everything the directions ask for.
" test if the object passed to the function parameter obj contains the specific property passed to the function parameter checkProp . If the property passed to checkProp is found on obj , return that property’s value. If not, return Not Found ."
You only added code for the last sentence you still need to do everything before that.
Hint: Read carefully and understand the instruction.
" test if the object passed to the function parameter obj contains the specific property passed to the function parameter checkProp . If the property passed to checkProp is found on obj , return that property’s value. If not, return Not Found ."
It is great that you solved the challenge, but instead of posting your full working solution, it is best to stay focused on answering the original poster’s question(s) and help guide them with hints and suggestions to solve their own issues with the challenge.
We are trying to cut back on the number of spoiler solutions found on the forum and instead focus on helping other campers with their questions and definitely not posting full working solutions.