Która linia wygeneruje liczbę losową od 1 do 10 JavaScript
Math.floor(Math.random() * 100) + 1
Better Bison
Math.floor(Math.random() * 100) + 1