The keyword async was implemented in ES2017. It makes it possible to create naturally asynchronous functions using the following notation...
Welcome, I'm Felipe
Hi! I'm a Brazilian software developer, currently living in Chile. I like travels, technology, vinyls and books.
Talks
Latests Posts
This post is the second in a series of 3 posts to explain and show how to work with asynchronous data in JavaScript.
Asynchronous patterns are part of everyday life, can be a timer, reading a file or making a request, etc., at some point, you will need to manipulate this pattern and it is very important to know how to work with them and which strategy is...