Posts by Tiago Marques • 13 points
2 posts
-
0
votes0
answers53
viewsQ: I cannot manipulate data coming from the Web Service (Json)
I’m trying to get the result of a request for an API (json), and send it to another function that will record to localstorage, I even got it with the product value, but with the name that is string…
-
1
votes1
answer663
viewsQ: Pull API Rest data and display the data on the screen
I can make an ajax for the service and return the data, I can display the first object Product and its properties, but when there is another object inside Productimage that has more than 5 objects…