A simple explanation of the “for await …of” statement in Node.js
Hey there! Some months ago Deno —a kind of successor to Node.js— was released and in the homepage a figured a little demo of how to use it: Suddenly my eyes went “What is that???” when looking at the await call after the for, but before the (const req of s) on line 4 I …
A simple explanation of the “for await …of” statement in Node.js Read More »