Monday, 15 April 2019

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

php - file_get_contents shows unexpected output while reading a file

I want to output an inline jpg image as a base64 encoded string, however when I do this : $contents = file_get_contents($filename); print ...