Posts by Ricardo Lino • 46 points
1 post
-
3
votes2
answers1933
viewsA: Javascript: What is the difference between asynchronous functions and normal functions
When a normal function is executed, it is executed sequentially. That is, if you have two functions A() and B() and you run them in that order, function B() will only be called when function A()…
javascriptanswered Ricardo Lino 46