Posts by Emerson Ferreira • 31 points
4 posts
-
-1
votes1
answer102
viewsQ: Insert HTTP does not work Cannot read Property 'id' of Undefined
Talk, you guys, good morning! To two days studying about HTTP request routes, in my GET I can easily, but when trying to use the POST returns the following: Cannot read Property 'id' of Undefined…
-
1
votes2
answers1407
viewsQ: How to return all objects of a JSON array
I have an API that returns an array, containing values of the type: [ { "nome": "JOSE" }, { "nome": "MARIA" }, { "nome": "SERGIO" } ] I need to return so I can display the information type: Name :…
-
0
votes1
answer40
viewsQ: Return all JSON items with forr
Come on, guys, I need some help. I have a Function GET http and returns an array of JSON objects and would like to return the data contained in these objects, currently it returns like this: {…
-
-1
votes1
answer30
viewsQ: How to get value from a function that is within the other JS function
I got a problem. I have the following code with the proper credentials and I can’t return the value that returns in . then(result), I need to make it return a JSON in this function with all the…