Scopes in JavaScript
What is the smallest JavaScript Program ?
The smallest/shortest program in javascript is an empty file. Even though the file is empty and there is nothing to execute, Still JavaScript Engine do a lot of things behind the scenes. A global execution co...
techstack-tales.hashnode.dev5 min read