I need to get information from an api and then call for that information in another page. This is my code, here i wourld look for the information in the api:
And here i would call for it (it's in another file):
I know that fetch is asynchronous but i dont understand it at all, i need to get that information somehow there. Thanks in advance.