Example of Adding vs. Concatenating Variables

This example shows the difference between adding and concatenating.

The following javascript code (which you can only see by viewing the source code), does both addition and concatenation of two numbers: 10 and 20.