A variable is simply a container that holds a certain value and keeps it in the memory. The value might be a string, a number, etc... So a variable is a record in the memory that has a specific type, according to the given value. In JavaScript, the a...
edin93.hashnode.dev5 min read
No responses yet.