Before moving to asynchronous JavaScript let's understand the difference between synchronous and asynchronous. Synchronous and Asynchronous in JavaScript JavaScript is a synchronous, single-threaded programming language. It means code is run after on...
kirti-singh.hashnode.dev5 min read
It was really a wonderful blog on Promise and it was amazing because a complex topic was explained in simple and precise manner.
I learned a lot. ππ
A good read, crisp & concise. The explanation with examples made it easy to grasp & revise the concept in one go! π
Gautam Balamurali
Trying to understand recursion to understand what is recursion.
Great explanation Kirti!