Ad
  • Custom User Avatar

    Your loadData is mutable.

  • Custom User Avatar

    Using outside API as kata material is not a good idea as they can change in any time, and the API might be available anymore in the future.

  • Default User Avatar

    Failing on the message "The response code should be 200". I'm new to using APIs with JavaScript, so I have no idea what I should do about that. It's not mentioned in the instructions, not mentioned on the linked Instagram developer page, and the documentation online seems to require the use of a check like httpRequest.status === 200, but I'm not sure how that fits into the structure of the callback function that I am writing here. Any suggestions?