checkObj("gift")
should return "pony"
.");'
- text: ''
testString: 'assert(checkObj("pet") === "kitten", "checkObj("pet")
should return "kitten"
.");'
- text: ''
testString: 'assert(checkObj("house") === "Not Found", "checkObj("house")
should return "Not Found"
.");'
```