The challenge at the end of the “Fetching data from the server” section of the API Learning Area is to turn The Can Store example webpage from a version that uses Fetch to a version that uses XHR.
But since Fetch is the more modern version of data retrieval, I’d rather do the exercise the other way around i.e. take the finished XHR version and turn it into a version that uses Fetch. Is this a good/bad idea? Can the challenge even be done that way?