var percents = 90 var items = 14 var total = percents/items;
var percents = 90 var items = 14 var total = percents/items; alert(total.toFixed(1));