KHKhalid Hossaininbadhon.hashnode.dev路Sep 27, 2022 路 1 min readFundamentals of let, const, var 馃殌Variables: Variables in JavaScript are containers for storing data. JavaScript allows the usage of variables in the following three ways: var: var is the most commonly used variable in JavaScript. It can be initialized to a value, redeclared and its ...00