JavaScript » Arithmetic » *

This is the standard multiplication operator and it returns the product of two numerical values (either literals or variables).

Examples

Code:
x = a * 7;