In this case, result should return **naive** for Spiderman. Since the object provided is such as below: ``` const info = { ironman: 'arrogant', spiderman: 'naive', hulk: 'strong' } ``` 