Asynchronous Vs Multi-threading
While learning javascript, I found two differentiating things about JS that make it a completely different language than other programming or scripting languages out there. These two things were, that JS is synchronous and JS is single-threaded.
Wha...
shivanshshukla.hashnode.dev4 min read