Javascript using Fetch and pagination, recursive?
问题 Hello I'm new to Javascript and APIs. But I have an excersise where I should get Data from. https://swapi.co/api/planets/ The problem is that it doesn't list all the planets at once so that URL only shows the first 10 entries while https://swapi.co/api/planets/?page=2 shows the next and so on. This is my current code, it works but I don't think I'm going as I'm supposed to so I wonder how you would solve this problem. https://codepen.io/indiehjaerta/pen/QQXVJX var starWarsAPI = new