Published onDecember 15, 2023Futures in Concurrent Programming (with examples in JavaScript)javascriptweb-devconcurrencysystemsThis article is one of the concurrency blog series. This article will walk through asynchronous programming and introduce `Promise` in JavaScript, which is equivalent to `Future` in Scala (not `Promise`)