Asynchronocity in JS
You might have heard JS is asynchronous, non-blocking, single threaded language.
Well that is not entirely true, in reality, core Js is synchronous blocking single threaded language.
๐ Synchronous means that the lines of code will be executed in a s...
sudhanshusoni.hashnode.dev3 min read