Being a single threaded synchronous language how javascipt handles the async code
First of all Javascript, is a single threaded synchronous language so that means javascript have single thread to exexute all its code so it performs single task at a time not more than one task, but in many other languages they are multi threaded so...
balaji567.hashnode.dev2 min read