To understand var, let and const keywords it's important to know about scopes. What are scopes? Scopes refer to the specific regions where the variables can be declared and recognized. Beyond the scope, variables are not accessible. There are three t...
thevaibhavmaurya.hashnode.dev6 min read
No responses yet.