Posts by Willian Git • 16 points
1 post
-
0
votes1
answer28
viewsA: What is the difference between a Sync and Async method in Node.JS?
the asynchronous function does not wait task finish to start the next one which makes the code faster synchronous function is simpler to do but the code always waits for one task to finish to do…