+ 3
Can anyone help me with fetch api in JS? I want to get Api in a variable for performing different operations.
4 Respuestas
+ 3
I want to solve this question
"Using promises/async await/fetch get random todos from the json placeholder api. And log all the completed todos to the console"
+ 3
Woah thank you 😊
+ 2
Shrividya Gadde I think this is what you need
https://code.sololearn.com/WuoY64hm4ENQ/
0
What operations you want to perform? Get, post, put, or delete?