Sunday 6 October 2019

javascript - What is the difference between callback and promise


Possible Duplicate:
What are the differences between Deferred, Promise and Future in Javascript?







Can someone point out what are the differences are between callbacks and promises? When should one use promise etc?



Also links on how to create and use promises will be appreciated.

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 &q...