What does * means in JavaScript | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What does * means in JavaScript

* sign

29th Dec 2019, 12:39 PM
Kehinde Olaleye
Kehinde Olaleye - avatar
1 Answer
+ 5
It means multiplication The multiplication operator (*) multiplies one number by the other. Example: var x = 10 * 5; document.write(x); OUTPUT:: 50 https://www.sololearn.com/learn/JavaScript/1130/
29th Dec 2019, 12:54 PM
Art456
Art456 - avatar