Resolve promises one after another (i.e. in sequence)?
Consider the following code that reads an array of files in a serial/sequential manner. readFiles returns a promise, which is resolved only once … Read more
Consider the following code that reads an array of files in a serial/sequential manner. readFiles returns a promise, which is resolved only once … Read more