JavaScript Basics
What are Variables?
It is like a container which stores values inside itself. It can store many types of variables.
In Javascript variables are dynamic in nature means we don't give the type to variable it's assign by Javascript in the run time. We c...
codeminions.hashnode.dev3 min read