Welche Zeile generiert eine Zufallszahl zwischen 1 und 10 JavaScript
Math.floor(Math.random() * 100) + 1
Better Bison
Math.floor(Math.random() * 100) + 1