Demystifying JavaScript Variables: var, let, and const
Today we will try to understand the various concepts related to var, let and const we first need to understand variable scope in javascript. In the world of Javascript, variables have boundaries called 'scope'.Think of scope as the area where a varia...
snciker.hashnode.dev5 min read