How JavaScript Works Under The Hood
Many of us have used Java script but very few know how it works under the hood. In this blog I'll try to explain few common terminology in simpler way.
JavaScript is a single threaded synchronous language. Single threaded means one line of code is e...
shikha15.hashnode.dev3 min read