Skip to content

Challenge Multiply Two Numbers With JavaScript

Rafael J. Rodriguez edited this page May 14, 2016 · 1 revision

Challenge Multiply Two Numbers with JavaScript

JavaScript uses use the * symbol for multiplication.

var product = 8 * 10;

Clone this wiki locally