Function Scopes And IIFE Pattern
WHY
The principle of least privilege is the idea that any user, program, or process should have only the bare minimum privileges necessary to perform its function.
Consider you've written code like the below at some point. We've declared a var and ...
blogs.pranavbobde.tech3 min read