Obtenha porcentagem aleatória JavaScript
Math.floor(Math.random() * 100) + 1 + '%'
Undefined
Math.floor(Math.random() * 100) + 1 + '%'