What does * means in JavaScript | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
0

What does * means in JavaScript

* sign

29th Dec 2019, 12:39 PM
Kehinde Olaleye
Kehinde Olaleye - avatar
1 Antwort
+ 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