PKPranshu Kumarinpranshucode.hashnode.dev·Jan 24 · 1 min readlet and const in JavaScriptIn 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...00