DEV Community

Discussion on: Explain Async/Await Like I'm Five

Collapse
 
danieliverant profile image
Daniel Liverant

Actually this is a very good question that shows the problem with the way programmers learn to code (no judgment here).
If you understand what was before promises, and understand the fundamentals of JS (event loop etc...)
you will have no problem understanding await/async, but programmers always skip to the last piece of technology instead of learning the basics first.

the original question was already answered so I just wanted to add this.

Collapse
 
cat profile image
Cat

I think the newbies (such as myself) don't really know any better and everything they look up features the latest and greatest shiny new thing.