Firstly, I allow users to upload multiple files. Then I use loop with fileReader to read all the uploaded files. Next I edit some data of each file and create n
I cannot figure out how async/await works. I slightly understand it but I can't make it work. function loadMonoCounter() { fs.readFileSync("monolitic.txt",
I'm trying to understand why the below promise setups don't work. (Note: I already solved this issue with async.map. But I would like to learn why my attempts