Tobias is a selftaught web developer who loves reading, coding and cooking. On sunny days, he can be found hiking through the Teutoburg Forest, on rainy days he preferes a good fiction novel
Great article. Making server requests puzzled the hell out of me when I started learning Javascript.
Perhaps in your next post, you can give async / await a bit more attention and how they go together with promises.
Also, if you're looking for some deeper topics on promises, perhaps you can include Promise.all() and Promise.race(), I'd love to read an article with some use cases about these two guys.
Great article. Making server requests puzzled the hell out of me when I started learning Javascript.
Perhaps in your next post, you can give async / await a bit more attention and how they go together with promises.
Also, if you're looking for some deeper topics on promises, perhaps you can include
Promise.all()
andPromise.race()
, I'd love to read an article with some use cases about these two guys.Thank you !! I'll keep that in mind