Hello guys. I know this is a pretty simple question, but I have been struggling to find the answer.
For example, if I have: var result = “”;
This mean and I creating a variable called result, but what about its value? what “” means? is it something that I set before or simple nothing within “”?
Thanks in advanced!