Hey Bryce.
First, thank you so much for reading my blog. It means a lot to me.
Second, thanks for taking the time to leave a comment. It lets me know I’m not just yelling into the void.
Lastly, to your issue at hand, I think I see the problem. According to your comment, “choice[0] is not defined” but the actual object property should be “choices” (s at the end). In the console example, you do include the s. And if I can make a stylistic recommendation, you can use `data.choices` instead of `data[‘choices’]`. No technical difference, but fewer characters and an subjective preference.
Let me know if that solves it :)