JavaScript » Arithmetic » +

This is the standard addition operator and returns the sum of two numerical values (either literals or variables).

Examples

Code:
x = a + 6;