Scope in JavaScript π
In JavaScript 3 types Scope is available.
Global Scope.
Block Scope.
Functional Scope.
1. Global Scope :
In a browser, global scope is the window object. In Node.js, global object represents the global scope. To add something in global scope, yo...
ksaha.hashnode.dev2 min read