2018-10-16 21:32:40 +05:30

326 B

title
title
Multiply Two Numbers with JavaScript

Multiply Two Numbers with JavaScript

JavaScript uses the * symbol for multiplication.

var product = 8 * 10; //product gets the value 80