Implemented a function for receiving information from the API and parsing the JSON info when clicking on the refresh button. This button also repopulates the ranking data and refilled the DOM
Implemented a function for the Submit button so the information of the form is sent to the API
Refactored my code for it to use async and await at the moment of consuming the API
Pull Request
async
andawait
at the moment of consuming the API