Asynchronous Javascript
JavaScript is a single threaded programming language. This means that JavaScript run tasks one at a time in a sequence from top to bottom. It goes through our code line by line and executes them as it goes. This process signifies that JavaScript is s...
kemi-owoyele.hashnode.dev11 min read