Hello from the north!
I've been enjoying learning JavaScript and have made it through most of my course. But, I've gotten a little stuck on the issues of returning responses from asyc calls.
Can anyone help me figure this out?
Thanks!
Hello from the north!
I've been enjoying learning JavaScript and have made it through most of my course. But, I've gotten a little stuck on the issues of returning responses from asyc calls.
Can anyone help me figure this out?
Thanks!
For further actions, you may consider blocking this person and/or reporting abuse
Shaik -
Sanjana Konte -
Christopher Cooper -
Adam -
Once suspended, katedagreat will not be able to comment or publish posts until their suspension is removed.
Once unsuspended, katedagreat will be able to comment and publish posts again.
Once unpublished, all posts by katedagreat will become hidden and only accessible to themselves.
If katedagreat is not suspended, they can still re-publish their posts from their dashboard.
Once unpublished, this post will become invisible to the public and only accessible to Kate.
They can still re-publish the post if they are not suspended.
Thanks for keeping CodeNewbie Community 🌱 safe. Here is what you can do to flag katedagreat:
Unflagging katedagreat will restore default visibility to their posts.
Top comments (1)
Writing synchronous code, you can retrieve the response of a synchronous call as such:
If
function1
is a Promise, one could rephrase the above as