How Javascript works in the background
Javascript is one of the most light weighted and synchronous, single threaded programming language. Whenever you execute a javascript program a global execution context is created which has two parts. For Example lets consider this code For the abov...
Sep 9, 20222 min read55