So im creating a backend api and using another api to do calls to get information. On my front end i return a list , and on my backend i itterate though that list while calling the other api to post the information. If the api cant get that information after posting I try to add it to a list. after looping though the list i want to return the list back to the front end to display the wrong values the user entered. From my code i keep getting promise object when trying to test, or undefined? I even tried to set the function to run asynchronous .
Submitted July 10, 2019 at 10:01PM by codinginsomnia
No comments:
Post a Comment