Please assess JSON test

Yes. And the important thing is, while waiting it continues with the rest of the code outside fetch() and displayCatInfo(). In your CodePen that’s the last two lines (L45, L46). So, the paragraphs get appended immediately, but there content is added after the response from fetch() returns.

I’m glad I could help. :slightly_smiling_face:

1 Like