JavaScript Tips and Tricks by Mario Dcunha.
Index
Variable Declaration, Use, and Scope
Variables are buckets of data. Don't look at variables as a single variable, array or Object. Look at all of them, as buckets of data - same buckets of data. Just that, some are small, some are big, and some bigger. That's it.
To be continued ...