0
Fetch, fetch api ajax what are these
Hello everyone im learning frontend development can I've had some research and i knew that my next step is going to be (fetch api / ajax) i have no idea what should i do can someone explain to me please... What am i Supposed to do next...? What shoud i be able to build and understand?.. And...
3 Respostas
+ 2
Use async await and Promise
like this:
https://code.sololearn.com/Wn4LmafD5R3v/?ref=app
Define an async function,
which awaits
the resolve callback of a Promise.
+ 1
Gordon thanks... Do you know any resources that teaches these