Saturday, 2 July 2016

What is Promise in javascript?

Before posing this question I have researched lots of related Promise on MDN.



Can you please explain to me in a simple word like




  1. What is Promise?

  2. How and when to use?


  3. Any simple example

No comments:

Post a Comment

c++ - Does curly brackets matter for empty constructor?

Those brackets declare an empty, inline constructor. In that case, with them, the constructor does exist, it merely does nothing more than t...