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