DEV Community

Cover image for Understanding Callbacks and Promises

Understanding Callbacks and Promises

Fernando Hernandez on January 30, 2019

These two concepts are basic things of the Javascript programming language. Because this language works under the paradigm of asynchronous programm...
Collapse
 
thomasaudo profile image
thomasaudo

Great article, mastering promise is the real key for server-side operations

Collapse
 
_ferh97 profile image
Fernando Hernandez

Thank you so much man. I'm really glad to start contributing on this community

Collapse
 
faizanoor3001 profile image
Faiza Noor

Hey! Really liked your post, i have been working on Java and now making a move to JS , would like to know if there are any resources i can learn JS.
Lots of stuff is online and lots of confusion.
Thanks in advance. :)

Thread Thread
 
_ferh97 profile image
Fernando Hernandez • Edited

Thanks Glad you like it! Agree with you, lots of information online, we can find everything right now, the thing is to find the correct resources. There is a website called javascript.info, I suggest you to check out.

Collapse
 
aman81200 profile image
aman81200

I was very confused by looking at the other video and text resources available online.
but After reading this article all the confusion was cleared, This is the best article available for callbacks and promises.
Thank you so much :)