JavaScript Variable Declaration
Variable
What is Variable ?
a]anything that can store value or some data
b] as name indicates it can vary
c]it is the location where data is stored
example: factorial = 45,v = "ram"
We can not use number as initial of variable name
We can n...
vasudhawankhade.hashnode.dev1 min read