After making an AJAX call to retrieve data, I receive a JSON Object instead of a string. When I log the object, all its properties appear correctly. However, when attempting to log one specific property, it shows up as undefined.
Here is a snapshot of my code: https://i.sstatic.net/qWiq0.gif
To view a screenshot of the console log: https://i.sstatic.net/THp4s.gif
Can you help me troubleshoot this issue?