let and const in JavaScript
Jan 24 · 1 min read · 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...
Join discussion