Skip to content
Find file
Fetching contributors…
Cannot retrieve contributors at this time
5 lines (3 sloc) 123 Bytes

Multiply Two Numbers with JavaScript

JavaScript uses use the * symbol for multiplication.

var product = 8 * 10;

Something went wrong with that request. Please try again.