let and const in JavaScript
In JavaScript , ‘Variable’ is a label(binding) that points towards the value .
Variable does not own memory for the value(variable do not store values directly).
VARIABLE (label) —-→ VALUE (stored somewhere)
Values lives in memory ,managed by J...
pranshucode.hashnode.dev1 min read