JNGood article! A bit more about statically typed vs dynamically typed and compiled vs interpreted languages would have helpedComment·Article·Apr 20, 2021·Golang for Javascript Developers
JNAgreed, an important distinction between them is that the .then() syntax / async await syntax is used for promises which are dependent on the previous one executing and the Promise.all([]) syntax is when we need all to be executed in no particular orderReply·Article·Apr 12, 2021·Convert Javascript Callbacks to Promises