Javascript
Hey guys I am back!
Let's start with the difference between Value and variable
Value is a piece of data while the variable is a container that can hold a value and it can vary many times.
For eg:
console. log(12) // Here 12 is printed in the conso...
shivamani.hashnode.dev2 min read