RSRitu Soodinjs-basics-series.hashnode.dev·Mar 13 · 9 min readUnderstanding Variables and Data Types in JavaScript If you’re starting JavaScript, one of the first things you’ll hear is: “Declare a variable” “Store data” “Use the correct data type” “Use let instead of var” “Why is const not changing?” And if00
PAParikar Agarwalinjsolution.hashnode.dev·Mar 1 · 7 min readDefining Variables in JavaScriptOur lives are so complex, aren't they? Sleep , eat food, do exercise , do a job, earn money and the list goes on. But unlike us the computer has a very small scope of things it deals with. In fact the00