Understanding of Bad part of callback is super important to learn Promise in next lecture. 💡 JavaScript is synchronous, single threaded language. It can Just do one thing at a time, it has just one ...
Synchronous means the code runs in a particular sequence of instructions given in the program. Each instruction waits for the previous instruction to complete its execution. most code are synchtonous ...