codeburst

Bursts of code to power through your day. Web Development articles, tutorials, and news.

Follow publication

Published in codeburst

Bursts of code to power through your day. Web Development articles, tutorials, and news.

Responses (7)

Write a response

The final code still has major issues. What if one of those requests takes longer than the others? In that event, you could end up with `eHllo` because the request for `H` took 2 seconds to complete while the one for `e` resolved in only 1 second…

--

oh god. finally. I just spent 2 days on this issue. Took me one day to understand the root of the problem. You saved my day, thanks

--

You just saved my ass man. Thanks for this great article. Simple trick that does a lot

--