Skip to content

Challenge Multiply Two Numbers with JavaScript

SaintPeter edited this page · 1 revision
Clone this wiki locally

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.