Code
Understanding JavaScript Promises In jQuery
Introduction You may or may not have heard the new buzz about promises being introduced into JavaScript and if you don’t know what they are, you’re not alone. I’ll attempt to explain what they are and why you should or maybe shouldn’t care about them. First let’s understand what promises Read more…