+ 3
Javascript tutorial to be improved with the event loop and asynchronous promises
I think a chapter could be added that explains the event loop and asynchronous programming with promises since it's quite important in real life programming. I found this link from a JavaScript conference which helps clarify some of this: https://youtu.be/8aGhZQkoFbQ I don't know if anyone has any other particularly good documentation on this topic?
1 Resposta
+ 1
Thanks, interesting and great watch for getting to know Js and webpage handling in more depth!