New: async-awaitAll contenthive-129948hive-196917krzzanhive-183959steemhive-180932hive-166405photographyuncommonlabhive-185836hive-144064hive-183397hive-150122bitcoinlifehive-188619krsuccesshive-124908hive-101145hive-103599hive-139150hive-184714hive-106183hive-103393TrendingNewHotLikersgokulnk (63)in javascript • 6 years agoShould I use Promises or Async-AwaitI recently read a medium post where the author claimed that using async-await is better than using promises. While this might hold good in general cases, I think that generalisation was too…gokulnk (63)in javascript • 6 years agoUnderstanding async-await in JavascriptAsync and Await are extensions of promises. So if you are not clear about the basics of promises please get comfortable with promises before reading further. You can read my post on Understanding…