Difference between LET, CONST, VAR?
What are Variables?
Variables in any programming language are containers of information. It is the name given to the address/location of information that is stored in the memory.
Just like in mathematics, x=10 or t=10x+c, etc, the same is in programm...
manishsinghbisht.hashnode.dev5 min read